#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
#include <linux/usb.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
Go to the source code of this file.
#define HCI_VENDOR_HDR_SIZE 5 |
MODULE_DESCRIPTION |
( |
"Digianswer Bluetooth USB driver ver " |
VERSION | ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
bpa10x_table |
|
|
) |
| |
module_usb_driver |
( |
bpa10x_driver |
| ) |
|