From: Larry Finger Date: Tue, 1 Jun 2021 19:04:18 +0000 (-0500) Subject: Bluetooth: btusb: Add a new USB ID for RTL8822CE X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=02b3492e6316ba11bb8391434afcab0624259ff1;p=users%2Fjedix%2Flinux-maple.git Bluetooth: btusb: Add a new USB ID for RTL8822CE Some models of the RTL8822ce utilize a different USB ID. Add this new one to the Bluetooth driver. Signed-off-by: Larry Finger Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 223c89e86e4da..a9855a2dd5616 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -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 |