diff options
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index fe24f600ed65..b7d0fed3417f 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -120,7 +120,8 @@ static const struct usb_device_id btusb_table[] = { | |||
120 | { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) }, | 120 | { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) }, |
121 | 121 | ||
122 | /* Intel Bluetooth USB Bootloader (RAM module) */ | 122 | /* Intel Bluetooth USB Bootloader (RAM module) */ |
123 | { USB_DEVICE(0x8087, 0x0a5a), .driver_info = BTUSB_INTEL_BOOT }, | 123 | { USB_DEVICE(0x8087, 0x0a5a), |
124 | .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC }, | ||
124 | 125 | ||
125 | { } /* Terminating entry */ | 126 | { } /* Terminating entry */ |
126 | }; | 127 | }; |