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 b16b327 commit 45e7d38Copy full SHA for 45e7d38
drivers/bluetooth/btusb.c
@@ -612,6 +612,8 @@ static const struct usb_device_id quirks_table[] = {
612
/* MediaTek MT7922 Bluetooth devices */
613
{ USB_DEVICE(0x13d3, 0x3585), .driver_info = BTUSB_MEDIATEK |
614
BTUSB_WIDEBAND_SPEECH },
615
+ { USB_DEVICE(0x13d3, 0x3610), .driver_info = BTUSB_MEDIATEK |
616
+ BTUSB_WIDEBAND_SPEECH },
617
618
/* MediaTek MT7922A Bluetooth devices */
619
{ USB_DEVICE(0x0489, 0xe0d8), .driver_info = BTUSB_MEDIATEK |
0 commit comments