Skip to content

Commit 9502983

Browse files
committed
bluetooth: btusb: Add VID/PID 13d3:3625
Signed-off-by: Eric Naim <dnaim@cachyos.org>
1 parent 4f78f26 commit 9502983

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,8 @@ static const struct usb_device_id quirks_table[] = {
675675
BTUSB_WIDEBAND_SPEECH },
676676

677677
/* MediaTek MT7922 Bluetooth devices */
678+
{ USB_DEVICE(0x13d3, 0x3625), .driver_info = BTUSB_MEDIATEK |
679+
BTUSB_WIDEBAND_SPEECH },
678680
{ USB_DEVICE(0x13d3, 0x3585), .driver_info = BTUSB_MEDIATEK |
679681
BTUSB_WIDEBAND_SPEECH },
680682
{ USB_DEVICE(0x13d3, 0x3610), .driver_info = BTUSB_MEDIATEK |

0 commit comments

Comments
 (0)