diff options
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index f077f4d28ac9..75943c397ad7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -93,6 +93,7 @@ static struct usb_device_id btusb_table[] = { | |||
93 | { USB_DEVICE(0x0c10, 0x0000) }, | 93 | { USB_DEVICE(0x0c10, 0x0000) }, |
94 | 94 | ||
95 | /* Broadcom BCM20702A0 */ | 95 | /* Broadcom BCM20702A0 */ |
96 | { USB_DEVICE(0x04ca, 0x2003) }, | ||
96 | { USB_DEVICE(0x0489, 0xe042) }, | 97 | { USB_DEVICE(0x0489, 0xe042) }, |
97 | { USB_DEVICE(0x0a5c, 0x21e3) }, | 98 | { USB_DEVICE(0x0a5c, 0x21e3) }, |
98 | { USB_DEVICE(0x0a5c, 0x21e6) }, | 99 | { USB_DEVICE(0x0a5c, 0x21e6) }, |