]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
bluetooth: Add another Broadcom device
authorKarsten Keil <kkeil@suse.de>
Fri, 7 Mar 2008 20:10:34 +0000 (21:10 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 7 Mar 2008 23:20:03 +0000 (15:20 -0800)
This adds another Broadcom BCM2045 based device to the blacklist, with
these settings the micro dongle works on my system.

Signed-off-by: Karsten Keil <kkeil@suse.de>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/bluetooth/hci_usb.c

index 372c7ef633dab53471c5d3e0dda7ac4dc49fdeff..f16c94cbf4888addf06fa0c8b29eb0f494d56c4a 100644 (file)
@@ -116,6 +116,7 @@ static struct usb_device_id blacklist_ids[] = {
        { USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 },
 
        /* Broadcom BCM2045 */
+       { USB_DEVICE(0x0a5c, 0x2039), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
        { USB_DEVICE(0x0a5c, 0x2101), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 
        /* IBM/Lenovo ThinkPad with Broadcom chip */