We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffdb51 commit 6d0762bCopy full SHA for 6d0762b
drivers/bluetooth/btusb.c
@@ -384,6 +384,9 @@ static const struct usb_device_id blacklist_table[] = {
384
{ USB_DEVICE(0x13d3, 0x3526), .driver_info = BTUSB_REALTEK },
385
{ USB_DEVICE(0x0b05, 0x185c), .driver_info = BTUSB_REALTEK },
386
387
+ /* Additional Realtek 8822CE Bluetooth devices */
388
+ { USB_DEVICE(0x04ca, 0x4005), .driver_info = BTUSB_REALTEK },
389
+
390
/* Silicon Wave based devices */
391
{ USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_SWAVE },
392
0 commit comments