#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/usb.h>
#include <net/bluetooth/bluetooth.h>
Go to the source code of this file.
#define ATH3K_DNLOAD 0x01 |
#define ATH3K_FIRMWARE "ath3k-1.fw" |
#define ATH3K_GETSTATE 0x05 |
#define ATH3K_GETVERSION 0x09 |
#define ATH3K_MODE_MASK 0x3F |
#define ATH3K_NAME_LEN 0xFF |
#define ATH3K_NORMAL_MODE 0x0E |
#define ATH3K_PATCH_UPDATE 0x80 |
#define ATH3K_SET_NORMAL_MODE 0x07 |
#define ATH3K_SYSCFG_UPDATE 0x40 |
#define ATH3K_XTAL_FREQ_19P2 0x02 |
#define ATH3K_XTAL_FREQ_26M 0x00 |
#define ATH3K_XTAL_FREQ_40M 0x01 |
#define BTUSB_ATH3012 0x80 |
#define USB_REG_SWITCH_VID_PID 0x0a |
#define USB_REQ_DFU_DNLOAD 1 |
MODULE_AUTHOR |
( |
"Atheros Communications" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
ath3k_table |
|
|
) |
| |
module_usb_driver |
( |
ath3k_driver |
| ) |
|