aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3d04bce0d12f..b73ae34cdbe0 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -225,6 +225,7 @@ static const struct usb_device_id blacklist_table[] = {
225 225
226 /* Intel Bluetooth device */ 226 /* Intel Bluetooth device */
227 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL }, 227 { USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },
228 { USB_DEVICE(0x8087, 0x0a2a), .driver_info = BTUSB_INTEL },
228 229
229 { } /* Terminating entry */ 230 { } /* Terminating entry */
230}; 231};