Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
bpa10x.c File Reference
#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.

Data Structures

struct  bpa10x_data
 
struct  hci_vendor_hdr
 

Macros

#define VERSION   "0.10"
 
#define HCI_VENDOR_HDR_SIZE   5
 

Functions

 MODULE_DEVICE_TABLE (usb, bpa10x_table)
 
 module_usb_driver (bpa10x_driver)
 
 MODULE_AUTHOR ("Marcel Holtmann <[email protected]>")
 
 MODULE_DESCRIPTION ("Digianswer Bluetooth USB driver ver "VERSION)
 
 MODULE_VERSION (VERSION)
 
 MODULE_LICENSE ("GPL")
 

Variables

struct hci_vendor_hdr __packed
 

Macro Definition Documentation

#define HCI_VENDOR_HDR_SIZE   5

Definition at line 59 of file bpa10x.c.

#define VERSION   "0.10"

Definition at line 38 of file bpa10x.c.

Function Documentation

MODULE_AUTHOR ( "Marcel Holtmann <[email protected]>"  )
MODULE_DESCRIPTION ( "Digianswer Bluetooth USB driver ver VERSION)
MODULE_DEVICE_TABLE ( usb  ,
bpa10x_table   
)
MODULE_LICENSE ( "GPL"  )
module_usb_driver ( bpa10x_driver  )
MODULE_VERSION ( VERSION  )

Variable Documentation