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 a30ce29 commit cb45396Copy full SHA for cb45396
drivers/bluetooth/btusb.c
@@ -638,6 +638,8 @@ static const struct usb_device_id quirks_table[] = {
638
BTUSB_WIDEBAND_SPEECH },
639
{ USB_DEVICE(0x13d3, 0x3604), .driver_info = BTUSB_MEDIATEK |
640
641
+ { USB_DEVICE(0x13d3, 0x3608), .driver_info = BTUSB_MEDIATEK |
642
+ BTUSB_WIDEBAND_SPEECH },
643
644
/* Additional Realtek 8723AE Bluetooth devices */
645
{ USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },
0 commit comments