diff options
Diffstat (limited to 'drivers/bluetooth/hci_usb.c')
-rw-r--r-- | drivers/bluetooth/hci_usb.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index 8b884f87d8b7..99a714ac244b 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c | |||
@@ -62,13 +62,13 @@ | |||
62 | #define URB_ZERO_PACKET 0 | 62 | #define URB_ZERO_PACKET 0 |
63 | #endif | 63 | #endif |
64 | 64 | ||
65 | static int ignore = 0; | 65 | static int ignore; |
66 | static int ignore_dga = 0; | 66 | static int ignore_dga; |
67 | static int ignore_csr = 0; | 67 | static int ignore_csr; |
68 | static int ignore_sniffer = 0; | 68 | static int ignore_sniffer; |
69 | static int disable_scofix = 0; | 69 | static int disable_scofix; |
70 | static int force_scofix = 0; | 70 | static int force_scofix; |
71 | static int reset = 0; | 71 | static int reset; |
72 | 72 | ||
73 | #ifdef CONFIG_BT_HCIUSB_SCO | 73 | #ifdef CONFIG_BT_HCIUSB_SCO |
74 | static int isoc = 2; | 74 | static int isoc = 2; |