* [PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
@ 2026-09-05 19:57 Samuel Alhovuori
2026-09-05 22:10 ` [v2] " bluez.test.bot
2026-09-08 16:30 ` [PATCH v2] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Samuel Alhovuori @ 2026-09-05 19:57 UTC (permalink / raw)
To: marcel, luiz.dentz
Cc: pmenzel, linux-bluetooth, linux-kernel, Samuel Alhovuori
Add the USB ID 13d3:3631 for the MediaTek MT7925 Bluetooth module
found on AzureWave / Mercusys MA37BE PCIe Wi-Fi 7 cards.
T: Bus=01 Lev=02 Prnt=04 Port=03 Cnt=03 Dev#= 7 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=13d3 ProdID=3631 Rev= 1.00
S: Manufacturer=MediaTek Inc.
S: Product=Wireless_Device
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
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: [v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
2026-09-05 19:57 [PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631) Samuel Alhovuori
@ 2026-09-05 22:10 ` bluez.test.bot
2026-09-08 16:30 ` [PATCH v2] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-09-05 22:10 UTC (permalink / raw)
To: linux-bluetooth, samuel.alhovuori
[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1158826
---Test result---
Test Summary:
CheckPatch FAIL 0.69 seconds
VerifyFixes PASS 0.12 seconds
VerifySignedoff PASS 0.12 seconds
GitLint PASS 0.29 seconds
SubjectPrefix PASS 0.11 seconds
BuildKernel PASS 27.98 seconds
CheckAllWarning PASS 31.38 seconds
CheckSparse PASS 29.70 seconds
BuildKernel32 PASS 26.51 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 503.49 seconds
IncrementalBuild PASS 26.21 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
WARNING: From:/Signed-off-by: email address mismatch: 'From: Samuel Alhovuori <samuel.alhovuori@gmail.com>' != 'Signed-off-by: Samuel Alhovuori <samuel.alhovuori@pm.me>'
total: 0 errors, 1 warnings, 8 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/patch/14793614.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/710
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
2026-09-05 19:57 [PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631) Samuel Alhovuori
2026-09-05 22:10 ` [v2] " bluez.test.bot
@ 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, pmenzel, linux-bluetooth, linux-kernel,
samuel.alhovuori
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Sat, 5 Sep 2026 22:57:46 +0300 you wrote:
> Add the USB ID 13d3:3631 for the MediaTek MT7925 Bluetooth module
> found on AzureWave / Mercusys MA37BE PCIe Wi-Fi 7 cards.
>
> T: Bus=01 Lev=02 Prnt=04 Port=03 Cnt=03 Dev#= 7 Spd=480 MxCh= 0
> D: Ver= 2.10 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
> P: Vendor=13d3 ProdID=3631 Rev= 1.00
> S: Manufacturer=MediaTek Inc.
> S: Product=Wireless_Device
>
> [...]
Here is the summary with links:
- [v2] 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-05 19:57 [PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631) Samuel Alhovuori
2026-09-05 22:10 ` [v2] " bluez.test.bot
2026-09-08 16:30 ` [PATCH v2] " 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