X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_usb.h;h=29936b43d4f861e84e4799eccf92d10e45fe936b;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=da4561ef799a7036787987c1300561c0ebc242e4;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/drivers/bluetooth/hci_usb.h b/drivers/bluetooth/hci_usb.h index da4561ef7..29936b43d 100644 --- a/drivers/bluetooth/hci_usb.h +++ b/drivers/bluetooth/hci_usb.h @@ -28,13 +28,12 @@ #define HCI_DEV_SUBCLASS 0x01 /* RF subclass */ #define HCI_DEV_PROTOCOL 0x01 /* Bluetooth programming protocol */ -#define HCI_CTRL_REQ 0x20 -#define HCI_DIGI_REQ 0x40 - #define HCI_IGNORE 0x01 #define HCI_RESET 0x02 #define HCI_DIGIANSWER 0x04 -#define HCI_BROKEN_ISOC 0x08 +#define HCI_SNIFFER 0x08 +#define HCI_BROKEN_ISOC 0x10 +#define HCI_BCM92035 0x20 #define HCI_MAX_IFACE_NUM 3 @@ -59,8 +58,6 @@ struct _urb { struct urb urb; }; -struct _urb *_urb_alloc(int isoc, int gfp); - static inline void _urb_free(struct _urb *_urb) { kfree(_urb); @@ -99,8 +96,6 @@ static inline void _urb_unlink(struct _urb *_urb) } } -struct _urb *_urb_dequeue(struct _urb_queue *q); - struct hci_usb { struct hci_dev *hdev;