From: Kamiyama Chiaki <nercone@nercone.dev>
To: linux-bluetooth@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Kamiyama Chiaki <nercone@nercone.dev>
Subject: [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922
Date: Tue, 31 Mar 2026 23:45:32 +0900 [thread overview]
Message-ID: <20260331144532.10697-1-nercone@nercone.dev> (raw)
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
next reply other threads:[~2026-03-31 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 14:45 Kamiyama Chiaki [this message]
2026-03-31 17:21 ` [PATCH] Bluetooth: btusb: Add VID 0489 & PID e11d for MediaTek MT7922 Paul Menzel
2026-04-02 17:40 ` patchwork-bot+bluetooth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260331144532.10697-1-nercone@nercone.dev \
--to=nercone@nercone.dev \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox