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 41e9cde commit da06ff1Copy full SHA for da06ff1
drivers/bluetooth/btusb.c
@@ -544,6 +544,8 @@ static const struct usb_device_id quirks_table[] = {
544
BTUSB_WIDEBAND_SPEECH },
545
{ USB_DEVICE(0x0bda, 0x887b), .driver_info = BTUSB_REALTEK |
546
547
+ { USB_DEVICE(0x0bda, 0xb85b), .driver_info = BTUSB_REALTEK |
548
+ BTUSB_WIDEBAND_SPEECH },
549
{ USB_DEVICE(0x13d3, 0x3570), .driver_info = BTUSB_REALTEK |
550
551
{ USB_DEVICE(0x13d3, 0x3571), .driver_info = BTUSB_REALTEK |
0 commit comments