* [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
@ 2026-06-27 15:35 Tibor Harcsa
2026-06-29 17:56 ` Luiz Augusto von Dentz
` (2 more replies)
0 siblings, 3 replies; 9+ messages 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] 9+ messages in thread* Re: [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-27 15:35 [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table Tibor Harcsa
@ 2026-06-29 17:56 ` Luiz Augusto von Dentz
[not found] ` <CAN2GrM=0wVS03c3zoCwWAJTXrUkRiUhtyJfqprMAhwTKUGzOeQ@mail.gmail.com>
2026-06-29 19:53 ` [PATCH v2] " Tibor Harcsa
2026-06-29 20:34 ` [PATCH v2] " Tibor Harcsa
2 siblings, 1 reply; 9+ messages in thread
From: Luiz Augusto von Dentz @ 2026-06-29 17:56 UTC (permalink / raw)
To: Tibor Harcsa; +Cc: linux-bluetooth, linux-kernel
Hi Tibor,
On Sat, Jun 27, 2026 at 11:35 AM Tibor Harcsa <silurust@gmail.com> wrote:
>
> 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.
Need the contents of /sys/kernel/debug/usb/devices (use git log
driver/bluetooth/btusb.c to see what it is typical output).
> 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
>
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 9+ messages in thread* [PATCH v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-27 15:35 [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table Tibor Harcsa
2026-06-29 17:56 ` Luiz Augusto von Dentz
@ 2026-06-29 19:53 ` Tibor Harcsa
2026-06-29 20:32 ` [v2] " bluez.test.bot
2026-06-29 20:34 ` [PATCH v2] " Tibor Harcsa
2 siblings, 1 reply; 9+ messages in thread
From: Tibor Harcsa @ 2026-06-29 19:53 UTC (permalink / raw)
To: luiz.dentz; +Cc: linux-bluetooth, linux-kernel, Tibor Harcsa, Copilot
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.
The device reports the following in /sys/kernel/debug/usb/devices:
P: Vendor=13d3 ProdID=3503 Rev= 0.01
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
Signed-off-by: Tibor Harcsa <silurust@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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] 9+ messages in thread* RE: [v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-29 19:53 ` [PATCH v2] " Tibor Harcsa
@ 2026-06-29 20:32 ` bluez.test.bot
0 siblings, 0 replies; 9+ messages in thread
From: bluez.test.bot @ 2026-06-29 20:32 UTC (permalink / raw)
To: linux-bluetooth, silurust
[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1118472
---Test result---
Test Summary:
CheckPatch FAIL 1.14 seconds
VerifyFixes PASS 0.31 seconds
VerifySignedoff PASS 0.24 seconds
GitLint PASS 0.47 seconds
SubjectPrefix PASS 0.19 seconds
BuildKernel PASS 26.78 seconds
CheckAllWarning PASS 28.63 seconds
CheckSparse PASS 27.54 seconds
BuildKernel32 PASS 25.77 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 486.04 seconds
IncrementalBuild PASS 25.22 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
WARNING: Non-standard signature: Co-authored-by:
#135:
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
total: 0 errors, 1 warnings, 8 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/patch/14652253.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/373
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-27 15:35 [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table Tibor Harcsa
2026-06-29 17:56 ` Luiz Augusto von Dentz
2026-06-29 19:53 ` [PATCH v2] " Tibor Harcsa
@ 2026-06-29 20:34 ` Tibor Harcsa
2026-06-29 21:57 ` [v2] " bluez.test.bot
2026-06-30 20:32 ` [PATCH v2] " patchwork-bot+bluetooth
2 siblings, 2 replies; 9+ messages in thread
From: Tibor Harcsa @ 2026-06-29 20:34 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.
The device reports the following in /sys/kernel/debug/usb/devices:
P: Vendor=13d3 ProdID=3503 Rev= 0.01
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
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] 9+ messages in thread* RE: [v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-29 20:34 ` [PATCH v2] " Tibor Harcsa
@ 2026-06-29 21:57 ` bluez.test.bot
2026-06-30 20:32 ` [PATCH v2] " patchwork-bot+bluetooth
1 sibling, 0 replies; 9+ messages in thread
From: bluez.test.bot @ 2026-06-29 21:57 UTC (permalink / raw)
To: linux-bluetooth, silurust
[-- Attachment #1: Type: text/plain, Size: 2865 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1118481
---Test result---
Test Summary:
CheckPatch PENDING 94.38 seconds
VerifyFixes PASS 17.55 seconds
VerifySignedoff PENDING 30.09 seconds
GitLint PASS 36.39 seconds
SubjectPrefix PASS 15.88 seconds
BuildKernel PASS 24.99 seconds
CheckAllWarning PASS 44.18 seconds
CheckSparse PASS 44.49 seconds
BuildKernel32 PASS 26.69 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 454.66 seconds
TestRunner_l2cap-tester FAIL 57.85 seconds
TestRunner_iso-tester PASS 78.17 seconds
TestRunner_bnep-tester PASS 18.66 seconds
TestRunner_mgmt-tester FAIL 209.38 seconds
TestRunner_rfcomm-tester PASS 29.51 seconds
TestRunner_sco-tester PASS 32.86 seconds
TestRunner_ioctl-tester PASS 26.18 seconds
TestRunner_mesh-tester FAIL 27.19 seconds
TestRunner_smp-tester PASS 24.07 seconds
TestRunner_userchan-tester PASS 20.24 seconds
TestRunner_6lowpan-tester PASS 22.66 seconds
IncrementalBuild PASS 25.24 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: VerifySignedoff - PENDING
Desc: Verify Signed-off-by chain
Output:
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
##############################
Test: TestRunner_l2cap-tester - FAIL
Desc: Run l2cap-tester with test-runner
Output:
Total: 96, Passed: 95 (99.0%), Failed: 1, Not Run: 0
Failed Test Cases
L2CAP BR/EDR Server - Set PHY 3M Failed 0.250 seconds
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.240 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 2.682 seconds
Mesh - Send cancel - 2 Timed out 1.988 seconds
https://github.com/bluez/bluetooth-next/pull/374
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
2026-06-29 20:34 ` [PATCH v2] " Tibor Harcsa
2026-06-29 21:57 ` [v2] " bluez.test.bot
@ 2026-06-30 20:32 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 9+ messages in thread
From: patchwork-bot+bluetooth @ 2026-06-30 20:32 UTC (permalink / raw)
To: Tibor Harcsa; +Cc: luiz.dentz, linux-bluetooth, linux-kernel
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 29 Jun 2026 22:34:20 +0200 you wrote:
> 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.
>
> The device reports the following in /sys/kernel/debug/usb/devices:
>
> [...]
Here is the summary with links:
- [v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
https://git.kernel.org/bluetooth/bluetooth-next/c/547fc6a4a51a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-06-30 20:32 UTC | newest]
Thread overview: 9+ messages (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
2026-06-29 17:56 ` 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:32 ` [v2] " bluez.test.bot
2026-06-29 20:34 ` [PATCH v2] " Tibor Harcsa
2026-06-29 21:57 ` [v2] " bluez.test.bot
2026-06-30 20:32 ` [PATCH v2] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox