* [PATCH] Bluetooth: btusb: Add support for Quectel MT7925
@ 2026-02-21 4:51 Agostino Conte
2026-02-21 5:05 ` bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Agostino Conte @ 2026-02-21 4:51 UTC (permalink / raw)
To: linux-bluetooth; +Cc: marcel, johan.hedberg, luiz.dentz, Agostino Conte
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-21 5:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-21 4:51 [PATCH] Bluetooth: btusb: Add support for Quectel MT7925 Agostino Conte
2026-02-21 5:05 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox