Commit f8e6a69f authored by Marcel Holtmann's avatar Marcel Holtmann

[Bluetooth] Don't use ISOC transfers for Broadcom dongle

The Broadcom dongles with HID proxy support don't work with SCO over
HCI and so there is no need to start the ISOC transfers.
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e8ce2f4e
......@@ -96,7 +96,7 @@ static struct usb_device_id blacklist_ids[] = {
{ USB_DEVICE(0x0a5c, 0x2033), .driver_info = HCI_IGNORE },
/* Broadcom BCM2035 */
{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET },
{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET | HCI_BROKEN_ISOC },
/* ISSC Bluetooth Adapter v3.1 */
{ USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment