| Submitter | Adam Lee |
|---|---|
| Date | March 11, 2013, 6:36 a.m. |
| Message ID | <1362983801-28294-1-git-send-email-adam.lee@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/226485/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 6cd5874..5cfabff 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -114,6 +114,9 @@ static struct usb_device_id btusb_table[] = { { USB_DEVICE(0x13d3, 0x3389), .driver_info = BTUSB_BCM_PATCHRAM }, { USB_DEVICE(0x413c, 0x8197), .driver_info = BTUSB_BCM_PATCHRAM }, + /* Broadcom BCM43142A0 */ + { USB_DEVICE(0x04ca, 0x2007), .driver_info = BTUSB_BCM_PATCHRAM }, + /* Foxconn - Hon Hai */ { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01), .driver_info = BTUSB_BCM_PATCHRAM },