The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Tibor Harcsa <silurust@gmail.com>
To: luiz.dentz@gmail.com
Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org,
	Tibor Harcsa <silurust@gmail.com>
Subject: [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
Date: Sat, 27 Jun 2026 17:35:05 +0200	[thread overview]
Message-ID: <20260627153505.20173-1-silurust@gmail.com> (raw)

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


             reply	other threads:[~2026-06-27 15:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-27 15:35 Tibor Harcsa [this message]
2026-06-29 17:56 ` [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table Luiz Augusto von Dentz
     [not found]   ` <CAN2GrM=0wVS03c3zoCwWAJTXrUkRiUhtyJfqprMAhwTKUGzOeQ@mail.gmail.com>
2026-06-29 19:07     ` Luiz Augusto von Dentz
2026-06-29 19:08     ` Tibor Harcsa
2026-06-29 19:53 ` [PATCH v2] " Tibor Harcsa
2026-06-29 20:34 ` Tibor Harcsa
2026-06-30 20:32   ` 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=20260627153505.20173-1-silurust@gmail.com \
    --to=silurust@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /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