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 c757701 commit a0476f6Copy full SHA for a0476f6
drivers/bluetooth/btusb.c
@@ -426,6 +426,8 @@ static const struct usb_device_id blacklist_table[] = {
426
BTUSB_WIDEBAND_SPEECH },
427
{ USB_DEVICE(0x04ca, 0x4006), .driver_info = BTUSB_REALTEK |
428
429
+ { USB_DEVICE(0x0cb8, 0xc549), .driver_info = BTUSB_REALTEK |
430
+ BTUSB_WIDEBAND_SPEECH },
431
432
/* Realtek 8852CE Bluetooth devices */
433
{ USB_DEVICE(0x04ca, 0x4007), .driver_info = BTUSB_REALTEK |
0 commit comments