Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VT
[linux-2.6-microblaze.git] / drivers / bluetooth / btusb.c
index d31edad..c4e0456 100644 (file)
@@ -553,6 +553,9 @@ static const struct usb_device_id quirks_table[] = {
        { USB_DEVICE(0x13d3, 0x3572), .driver_info = BTUSB_REALTEK |
                                                     BTUSB_WIDEBAND_SPEECH },
 
+       /* Realtek 8852BT/8852BE-VT Bluetooth devices */
+       { USB_DEVICE(0x0bda, 0x8520), .driver_info = BTUSB_REALTEK |
+                                                    BTUSB_WIDEBAND_SPEECH },
        /* Realtek Bluetooth devices */
        { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
          .driver_info = BTUSB_REALTEK },