]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 6 Jul 2014 12:53:55 +0000 (14:53 +0200)
committerZefan Li <lizefan@huawei.com>
Tue, 14 Apr 2015 09:34:01 +0000 (17:34 +0800)
commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream.

The isochronous endpoints are not valid when the Intel Bluetooth
controller boots up in bootloader mode. So just mark these endpoints
as broken and then they will not be configured.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/bluetooth/btusb.c

index 50a51be06160822826d452b016a60df93ac328e9..7fcd39c5e5d63d0b8b35a031fa7be168630e6d47 100644 (file)
@@ -121,7 +121,8 @@ static struct usb_device_id btusb_table[] = {
        { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) },
 
        /* Intel Bluetooth USB Bootloader (RAM module) */
-       { USB_DEVICE(0x8087, 0x0a5a), .driver_info = BTUSB_INTEL_BOOT },
+       { USB_DEVICE(0x8087, 0x0a5a),
+         .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },
 
        { }     /* Terminating entry */
 };