* [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
* Re: [PATCH] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
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
1 sibling, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2026-09-03 10:08 UTC (permalink / raw)
To: Samuel Alhovuori; +Cc: marcel, luiz.dentz, linux-bluetooth, linux-kernel
Dear Samuel,
Thank you for your patch.
Am 03.09.26 um 10:15 schrieb Samuel Alhovuori:
> 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)
It looks like you pasted the output of `git format-patch` in the email
body. Best use `git send-email` or remove the double header.
> Add the USB ID 13d3:3631 for the MediaTek MT7925 Bluetooth module
> found on AzureWave / Mercusys MA37BE PCIe Wi-Fi 7 cards.
Please follow the other commit messages and add the relevant parts from
`/sys/kernel/debug/usb/devices`.
> 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 },
The diff looks good. With my comments addressed in PATCH v2, feel free
to add:
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Kind regards,
Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
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
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-09-03 10:24 UTC (permalink / raw)
To: linux-bluetooth, samuel.alhovuori
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
This is an automated email and please do not reply to this email.
Dear Submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.
----- Output -----
Please resolve the issue and submit the patches again.
---
Regards,
Linux Bluetooth
^ permalink raw reply [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