Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
@ 2026-09-03  8:15 Samuel Alhovuori
  2026-09-03 10:08 ` Paul Menzel
  2026-09-03 10:24 ` bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Alhovuori @ 2026-09-03  8:15 UTC (permalink / raw)
  To: marcel@holtmann.org, luiz.dentz@gmail.com
  Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org

From a4e37604a8a8e7e282739a72d1a34b9477449df0 Mon Sep 17 00:00:00 2001
From: Samuel Alhovuori <samuel.alhovuori@pm.me>
Date: Thu, 3 Sep 2026 11:00:27 +0300
Subject: [PATCH] Bluetooth: btusb: Add device ID for Mediatek MT7925
 (13d3:3631)

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@pm.me>
---
 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[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x13d3, 0x3630), .driver_info = BTUSB_MEDIATEK |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x13d3, 0x3631), .driver_info = BTUSB_MEDIATEK |
+						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x2c7c, 0x7009), .driver_info = BTUSB_MEDIATEK |
 						     BTUSB_WIDEBAND_SPEECH },

--
2.55.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-03 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03  8:15 [PATCH] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631) Samuel Alhovuori
2026-09-03 10:08 ` Paul Menzel
2026-09-03 10:24 ` bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox