]> git.hungrycats.org Git - linux/commitdiff
[Bluetooth] Send HCI_Reset for ISSC USB dongles
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 31 Jul 2004 14:59:54 +0000 (16:59 +0200)
committerMarcel Holtmann <holtmann@holtmann.org>
Sat, 31 Jul 2004 14:59:54 +0000 (16:59 +0200)
For the USB dongles from ISSC the first command must be a HCI_Reset,
because otherwise the inquiry procedures won't work.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_usb.c

index e12d4c85eae4401a456222094071ce6953bf89d7..9babb21df10c0c167d595765e2238d1a2ef8d822 100644 (file)
@@ -65,7 +65,7 @@
 #define URB_ZERO_PACKET 0
 #endif
 
-#define VERSION "2.6"
+#define VERSION "2.7"
 
 static struct usb_driver hci_usb_driver; 
 
@@ -98,6 +98,9 @@ static struct usb_device_id blacklist_ids[] = {
        /* Broadcom BCM2035 */
        { USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET },
 
+       /* ISSC Bluetooth Adapter v3.1 */
+       { USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET },
+
        /* Digianswer device */
        { USB_DEVICE(0x08fd, 0x0001), .driver_info = HCI_DIGIANSWER },