16 lines
441 B
Diff
16 lines
441 B
Diff
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
|
|
index f9b7260..28a5876 100644
|
|
--- a/drivers/bluetooth/btusb.c
|
|
+++ b/drivers/bluetooth/btusb.c
|
|
@@ -100,6 +100,10 @@ static struct usb_device_id btusb_table[] = {
|
|
/* Canyon CN-BTU1 with HID interfaces */
|
|
{ USB_DEVICE(0x0c10, 0x0000) },
|
|
|
|
+ /* Broadcom BCM20702A0 */
|
|
+ { USB_DEVICE(0x0a5c, 0x21e3) },
|
|
+ { USB_DEVICE(0x413c, 0x8197) },
|
|
+
|
|
{ } /* Terminating entry */
|
|
};
|
|
|