public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
@ 2026-03-31 14:45 Kamiyama Chiaki
  2026-03-31 15:21 ` bluez.test.bot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kamiyama Chiaki @ 2026-03-31 14:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: linux-kernel, Kamiyama Chiaki

Add VID 0489 & PID e11d for MediaTek MT7922 USB Bluetooth chip.
Found in Dynabook GA/ZY (W6GAZY5RCL).

The USB device information is as follows:
  idVendor  = 0x0489 (Foxconn / Hon Hai)
  idProduct = 0xe11d
  Manufacturer: MediaTek Inc.
  Product: Wireless_Device

Signed-off-by: Kamiyama Chiaki <nercone@nercone.dev>
---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 5c535f3ab..dc7df146a 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -697,6 +697,8 @@ static const struct usb_device_id quirks_table[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x0489, 0xe102), .driver_info = BTUSB_MEDIATEK |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x0489, 0xe11d), .driver_info = BTUSB_MEDIATEK |
+						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x0489, 0xe152), .driver_info = BTUSB_MEDIATEK |
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x0489, 0xe153), .driver_info = BTUSB_MEDIATEK |
-- 
2.53.0


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

* RE: Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
  2026-03-31 14:45 [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922 Kamiyama Chiaki
@ 2026-03-31 15:21 ` bluez.test.bot
  2026-03-31 17:21 ` [PATCH] " Paul Menzel
  2026-04-02 17:40 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2026-03-31 15:21 UTC (permalink / raw)
  To: linux-bluetooth, nercone

[-- Attachment #1: Type: text/plain, Size: 2593 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=1075245

---Test result---

Test Summary:
CheckPatch                    PENDING   0.56 seconds
GitLint                       PENDING   0.45 seconds
SubjectPrefix                 PASS      0.05 seconds
BuildKernel                   PASS      25.69 seconds
CheckAllWarning               PASS      28.51 seconds
CheckSparse                   PASS      27.31 seconds
BuildKernel32                 PASS      25.18 seconds
TestRunnerSetup               PASS      571.92 seconds
TestRunner_l2cap-tester       PASS      27.46 seconds
TestRunner_iso-tester         PASS      48.29 seconds
TestRunner_bnep-tester        PASS      6.33 seconds
TestRunner_mgmt-tester        FAIL      112.75 seconds
TestRunner_rfcomm-tester      PASS      9.68 seconds
TestRunner_sco-tester         FAIL      14.74 seconds
TestRunner_ioctl-tester       PASS      10.24 seconds
TestRunner_mesh-tester        FAIL      13.07 seconds
TestRunner_smp-tester         PASS      8.67 seconds
TestRunner_userchan-tester    PASS      6.85 seconds
IncrementalBuild              PENDING   0.80 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4

Failed Test Cases
Read Exp Feature - Success                           Failed       0.105 seconds
##############################
Test: TestRunner_sco-tester - FAIL
Desc: Run sco-tester with test-runner
Output:
WARNING: possible circular locking dependency detected
BUG: sleeping function called from invalid context at net/core/sock.c:3782
Total: 30, Passed: 30 (100.0%), Failed: 0, Not Run: 0
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0

Failed Test Cases
Mesh - Send cancel - 1                               Timed out    1.828 seconds
Mesh - Send cancel - 2                               Timed out    1.996 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
  2026-03-31 14:45 [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922 Kamiyama Chiaki
  2026-03-31 15:21 ` bluez.test.bot
@ 2026-03-31 17:21 ` Paul Menzel
  2026-04-02 17:40 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Menzel @ 2026-03-31 17:21 UTC (permalink / raw)
  To: Kamiyama Chiaki
  Cc: Marcel Holtmann, Luiz Augusto von Dentz, linux-bluetooth,
	linux-kernel

Dear Kamiyama,


Thank you for the patch. Please do not forget to send them to the 
maintainers directly too.

For the summary, I suggest:

Bluetooth: btusb: MediaTek MT7922: Add VID 0489 & PID e11d


Am 31.03.26 um 16:45 schrieb Kamiyama Chiaki:
> Add VID 0489 & PID e11d for MediaTek MT7922 USB Bluetooth chip.
> Found in Dynabook GA/ZY (W6GAZY5RCL).
> 
> The USB device information is as follows:
>    idVendor  = 0x0489 (Foxconn / Hon Hai)
>    idProduct = 0xe11d
>    Manufacturer: MediaTek Inc.
>    Product: Wireless_Device

The relevant output of `/sys/kernel/debug/usb/devices` is mostly pasted 
– cf `git log drivers/bluetooth/btusb.c`.

> Signed-off-by: Kamiyama Chiaki <nercone@nercone.dev>
> ---
>   drivers/bluetooth/btusb.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 5c535f3ab..dc7df146a 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -697,6 +697,8 @@ static const struct usb_device_id quirks_table[] = {
>   						     BTUSB_WIDEBAND_SPEECH },
>   	{ USB_DEVICE(0x0489, 0xe102), .driver_info = BTUSB_MEDIATEK |
>   						     BTUSB_WIDEBAND_SPEECH },
> +	{ USB_DEVICE(0x0489, 0xe11d), .driver_info = BTUSB_MEDIATEK |
> +						     BTUSB_WIDEBAND_SPEECH },
>   	{ USB_DEVICE(0x0489, 0xe152), .driver_info = BTUSB_MEDIATEK |
>   						     BTUSB_WIDEBAND_SPEECH },
>   	{ USB_DEVICE(0x0489, 0xe153), .driver_info = BTUSB_MEDIATEK |

Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>


Kind regards,

Paul

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

* Re: [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
  2026-03-31 14:45 [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922 Kamiyama Chiaki
  2026-03-31 15:21 ` bluez.test.bot
  2026-03-31 17:21 ` [PATCH] " Paul Menzel
@ 2026-04-02 17:40 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2026-04-02 17:40 UTC (permalink / raw)
  To: Kamiyama Chiaki; +Cc: 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 Tue, 31 Mar 2026 23:45:32 +0900 you wrote:
> Add VID 0489 & PID e11d for MediaTek MT7922 USB Bluetooth chip.
> Found in Dynabook GA/ZY (W6GAZY5RCL).
> 
> The USB device information is as follows:
>   idVendor  = 0x0489 (Foxconn / Hon Hai)
>   idProduct = 0xe11d
>   Manufacturer: MediaTek Inc.
>   Product: Wireless_Device
> 
> [...]

Here is the summary with links:
  - Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
    https://git.kernel.org/bluetooth/bluetooth-next/c/3966e67cdd70

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] 4+ messages in thread

end of thread, other threads:[~2026-04-02 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 14:45 [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922 Kamiyama Chiaki
2026-03-31 15:21 ` bluez.test.bot
2026-03-31 17:21 ` [PATCH] " Paul Menzel
2026-04-02 17:40 ` 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