We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f78f26 commit 9502983Copy full SHA for 9502983
1 file changed
drivers/bluetooth/btusb.c
@@ -675,6 +675,8 @@ static const struct usb_device_id quirks_table[] = {
675
BTUSB_WIDEBAND_SPEECH },
676
677
/* MediaTek MT7922 Bluetooth devices */
678
+ { USB_DEVICE(0x13d3, 0x3625), .driver_info = BTUSB_MEDIATEK |
679
+ BTUSB_WIDEBAND_SPEECH },
680
{ USB_DEVICE(0x13d3, 0x3585), .driver_info = BTUSB_MEDIATEK |
681
682
{ USB_DEVICE(0x13d3, 0x3610), .driver_info = BTUSB_MEDIATEK |
0 commit comments