Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
@ 2026-06-27 15:35 Tibor Harcsa
  0 siblings, 0 replies; only message in thread
From: Tibor Harcsa @ 2026-06-27 15:35 UTC (permalink / raw)
  To: luiz.dentz; +Cc: linux-bluetooth, linux-kernel, Tibor Harcsa

Add the USB ID (13d3:3503) for the IMC Networks Qualcomm Atheros
QCA9377 Bluetooth controller to the btusb quirks table. This
device requires Qualcomm Rome firmware and wideband speech support
to function properly; otherwise, BLE scanning fails with HCI
unexpected event opcode 0x2005 errors.

Signed-off-by: Tibor Harcsa <silurust@gmail.com>
---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 08c0a99a6..7963fd48a 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -297,6 +297,8 @@ static const struct usb_device_id quirks_table[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x13d3, 0x3501), .driver_info = BTUSB_QCA_ROME |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x13d3, 0x3503), .driver_info = BTUSB_QCA_ROME |
+						     BTUSB_WIDEBAND_SPEECH },
 
 	/* QCA WCN6855 chipset */
 	{ USB_DEVICE(0x0489, 0xe0c7), .driver_info = BTUSB_QCA_WCN6855 |
-- 
2.54.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27 15:35 [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table Tibor Harcsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox