diff options
-rw-r--r-- | drivers/bluetooth/btusb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index cd634f3b76d3..7c13d7a8d83c 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -106,6 +106,8 @@ static const struct usb_device_id btusb_table[] = { | |||
106 | { USB_DEVICE(0x0b05, 0x17b5) }, | 106 | { USB_DEVICE(0x0b05, 0x17b5) }, |
107 | { USB_DEVICE(0x0b05, 0x17cb) }, | 107 | { USB_DEVICE(0x0b05, 0x17cb) }, |
108 | { USB_DEVICE(0x413c, 0x8197) }, | 108 | { USB_DEVICE(0x413c, 0x8197) }, |
109 | { USB_DEVICE(0x13d3, 0x3404), | ||
110 | .driver_info = BTUSB_BCM_PATCHRAM }, | ||
109 | 111 | ||
110 | /* Foxconn - Hon Hai */ | 112 | /* Foxconn - Hon Hai */ |
111 | { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, | 113 | { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, |