[PATCH] Bluetooth: btusb: Add device ID for Mediatek MT7925 (13d3:3631)
From: Samuel Alhovuori
Date: Thu Sep 03 2026 - 04:00:27 EST
Add the USB ID 13d3:3631 for the MediaTek MT7925 Bluetooth module
found on AzureWave / Mercusys MA37BE PCIe Wi-Fi 7 cards.
Signed-off-by: Samuel Alhovuori <samuel.alhovuori@xxxxx>
---
drivers/bluetooth/btusb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 03039ceaa..11c62ef1f 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -816,6 +816,8 @@ static const struct usb_device_id quirks_table[] =3D {
=09=09=09=09=09=09 BTUSB_WIDEBAND_SPEECH },
=09{ USB_DEVICE(0x13d3, 0x3630), .driver_info =3D BTUSB_MEDIATEK |
=09=09=09=09=09=09 BTUSB_WIDEBAND_SPEECH },
+=09{ USB_DEVICE(0x13d3, 0x3631), .driver_info =3D BTUSB_MEDIATEK |
+=09=09=09=09=09=09 BTUSB_WIDEBAND_SPEECH },
=09{ USB_DEVICE(0x2c7c, 0x7009), .driver_info =3D BTUSB_MEDIATEK |
=09=09=09=09=09=09 BTUSB_WIDEBAND_SPEECH },
--
2.55.0