Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bluetooth: Add another Broadcom device

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>

authored by

Karsten Keil and committed by
Linus Torvalds
60d5bcec bb799dca

+1
+1
drivers/bluetooth/hci_usb.c
··· 116 116 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 }, 117 117 118 118 /* Broadcom BCM2045 */ 119 + { USB_DEVICE(0x0a5c, 0x2039), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, 119 120 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, 120 121 121 122 /* IBM/Lenovo ThinkPad with Broadcom chip */