Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
[platform/kernel/linux-rpi.git] / drivers / bluetooth / btusb.c
index 754e25f..fa44828 100644 (file)
@@ -311,6 +311,9 @@ static const struct usb_device_id blacklist_table[] = {
        { USB_DEVICE(0x10ab, 0x9409), .driver_info = BTUSB_QCA_WCN6855 |
                                                     BTUSB_WIDEBAND_SPEECH |
                                                     BTUSB_VALID_LE_STATES },
+       { USB_DEVICE(0x0489, 0xe0d0), .driver_info = BTUSB_QCA_WCN6855 |
+                                                    BTUSB_WIDEBAND_SPEECH |
+                                                    BTUSB_VALID_LE_STATES },
 
        /* Broadcom BCM2035 */
        { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },