From: Agostino Conte <git@onitsoga.com>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org, johan.hedberg@gmail.com,
luiz.dentz@gmail.com, Agostino Conte <git@onitsoga.com>
Subject: [PATCH] Bluetooth: btusb: Add support for Quectel MT7925
Date: Fri, 20 Feb 2026 23:51:30 -0500 [thread overview]
Message-ID: <20260221045130.19653-1-git@onitsoga.com> (raw)
This adds the USB Vendor ID and Product ID (2c7c:7009) for a Quectel
module featuring the MediaTek MT7925 Bluetooth chip.
Without this, the btusb driver binds the device generically and fails
to trigger the btmtk firmware loading routine, resulting in an
"Opcode 0x0c03 failed: -16" (HCI_Reset EBUSY) error during
initialization.
Applying the BTUSB_MEDIATEK and BTUSB_WIDEBAND_SPEECH quirks allows
the driver to cleanly load the BT_RAM_CODE_MT7925_1_1_hdr.bin firmware
and initialize the controller.
Signed-off-by: Agostino Conte <git@onitsoga.com>
---
drivers/bluetooth/btusb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index d69d51e6d0ec..d58e7e4557b9 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -765,6 +765,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(0x2c7c, 0x7009), .driver_info = BTUSB_MEDIATEK |
+ BTUSB_WIDEBAND_SPEECH },
/* Additional Realtek 8723AE Bluetooth devices */
{ USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },
--
2.52.0
next reply other threads:[~2026-02-21 4:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-21 4:51 Agostino Conte [this message]
2026-02-21 5:05 ` Bluetooth: btusb: Add support for Quectel MT7925 bluez.test.bot
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=20260221045130.19653-1-git@onitsoga.com \
--to=git@onitsoga.com \
--cc=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.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