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 01da346 commit 6dfbe29Copy full SHA for 6dfbe29
drivers/bluetooth/btusb.c
@@ -496,6 +496,8 @@ static const struct usb_device_id blacklist_table[] = {
496
/* Additional Realtek 8761BU Bluetooth devices */
497
{ USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |
498
BTUSB_WIDEBAND_SPEECH },
499
+ { USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK |
500
+ BTUSB_WIDEBAND_SPEECH },
501
502
/* Additional Realtek 8821AE Bluetooth devices */
503
{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
0 commit comments