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 64ba2eb commit 4fd6d49Copy full SHA for 4fd6d49
drivers/bluetooth/btusb.c
@@ -442,6 +442,10 @@ static const struct usb_device_id blacklist_table[] = {
442
{ USB_DEVICE(0x0bda, 0xb009), .driver_info = BTUSB_REALTEK },
443
{ USB_DEVICE(0x2ff8, 0xb011), .driver_info = BTUSB_REALTEK },
444
445
+ /* Additional Realtek 8761B Bluetooth devices */
446
+ { USB_DEVICE(0x2357, 0x0604), .driver_info = BTUSB_REALTEK |
447
+ BTUSB_WIDEBAND_SPEECH },
448
+
449
/* Additional Realtek 8761BU Bluetooth devices */
450
{ USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |
451
BTUSB_WIDEBAND_SPEECH },
0 commit comments