* [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-08 16:30 ` patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Samuel Alhovuori @ 2026-09-03 8:15 UTC (permalink / raw)
To: marcel, luiz.dentz; +Cc: linux-bluetooth, linux-kernel
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 [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-08 16:30 ` patchwork-bot+bluetooth
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: [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-08 16:30 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-09-08 16:30 UTC (permalink / raw)
To: Samuel Alhovuori; +Cc: marcel, luiz.dentz, linux-bluetooth, linux-kernel
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 03 Sep 2026 08:15:23 +0000 you wrote:
> 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.
>
> [...]
Here is the summary with links:
- Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
https://git.kernel.org/bluetooth/bluetooth-next/c/9c7071e63e87
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-08 16:31 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-08 16:30 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®