]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Bluetooth: btusb: Add a new USB ID for RTL8822CE
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 1 Jun 2021 19:04:18 +0000 (14:04 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 2 Jun 2021 20:12:07 +0000 (22:12 +0200)
Some models of the RTL8822ce utilize a different USB ID. Add this
new one to the Bluetooth driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c

index 223c89e86e4da5a0f29770df08769bc6da8f411a..a9855a2dd5616d3ef9da27b8bc437bb1c732441d 100644 (file)
@@ -390,6 +390,8 @@ static const struct usb_device_id blacklist_table[] = {
        /* Realtek 8822CE Bluetooth devices */
        { USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
                                                     BTUSB_WIDEBAND_SPEECH },
+       { USB_DEVICE(0x0bda, 0xc822), .driver_info = BTUSB_REALTEK |
+                                                    BTUSB_WIDEBAND_SPEECH },
 
        /* Realtek 8852AE Bluetooth devices */
        { USB_DEVICE(0x0bda, 0xc852), .driver_info = BTUSB_REALTEK |