]> Git Repo - J-linux.git/commitdiff
Bluetooth: Add a new USB ID for RTL8822CE
authorLarry Finger <[email protected]>
Tue, 1 Jun 2021 19:04:18 +0000 (14:04 -0500)
committerLinus Torvalds <[email protected]>
Wed, 2 Jun 2021 03:11:48 +0000 (17:11 -1000)
Some models of the RTL8822ce utilize a different USB ID. Add this
new one to the Bluetooth driver.

Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/bluetooth/btusb.c

index 5d603ef39bad93a17ddb14e78ce644a8962e60dd..7a8e1d240f156a50102048e629560e8058878b41 100644 (file)
@@ -388,6 +388,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 |
This page took 0.050996 seconds and 4 git commands to generate.