diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 17:07:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 17:07:20 -0700 |
commit | d8ac10639b6a1ed900efbee38c18baaca31e64dc (patch) | |
tree | 511a3a60a0828df91658c50a4bffce481ced2454 /drivers/bluetooth/hci_usb.h | |
parent | b24fd48a0b9afe9a16bec94ab10d7e83c1b57ce6 (diff) | |
parent | 033d974405276c22609c45d50167dd11df20aa82 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'drivers/bluetooth/hci_usb.h')
-rw-r--r-- | drivers/bluetooth/hci_usb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/bluetooth/hci_usb.h b/drivers/bluetooth/hci_usb.h index 29936b43d4f8..37100a6ea1a8 100644 --- a/drivers/bluetooth/hci_usb.h +++ b/drivers/bluetooth/hci_usb.h @@ -31,9 +31,10 @@ #define HCI_IGNORE 0x01 #define HCI_RESET 0x02 #define HCI_DIGIANSWER 0x04 -#define HCI_SNIFFER 0x08 -#define HCI_BROKEN_ISOC 0x10 +#define HCI_CSR 0x08 +#define HCI_SNIFFER 0x10 #define HCI_BCM92035 0x20 +#define HCI_BROKEN_ISOC 0x40 #define HCI_MAX_IFACE_NUM 3 |