* [PATCH] Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
@ 2026-01-21 2:52 Linmao Li
2026-01-21 3:38 ` bluez.test.bot
2026-01-21 21:50 ` [PATCH] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Linmao Li @ 2026-01-21 2:52 UTC (permalink / raw)
To: marcel, luiz.dentz; +Cc: linux-bluetooth, linux-kernel, Linmao Li
The USB device ID 0x13d3/0x3618 is listed twice in the device table.
Remove the duplicate entry and keep the one under the correct
"Realtek 8852BT/8852BE-VT Bluetooth devices" section.
Signed-off-by: Linmao Li <lilinmao@kylinos.cn>
---
drivers/bluetooth/btusb.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index ded09e94d296..1ab44804f1ff 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -577,8 +577,6 @@ static const struct usb_device_id quirks_table[] = {
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x13d3, 0x3591), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
- { USB_DEVICE(0x13d3, 0x3618), .driver_info = BTUSB_REALTEK |
- BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0489, 0xe123), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0489, 0xe125), .driver_info = BTUSB_REALTEK |
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
2026-01-21 2:52 [PATCH] Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618 Linmao Li
@ 2026-01-21 3:38 ` bluez.test.bot
2026-01-21 21:50 ` [PATCH] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-01-21 3:38 UTC (permalink / raw)
To: linux-bluetooth, lilinmao
[-- Attachment #1: Type: text/plain, Size: 2913 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=1044940
---Test result---
Test Summary:
CheckPatch PENDING 0.40 seconds
GitLint PENDING 0.36 seconds
SubjectPrefix PASS 0.06 seconds
BuildKernel PASS 26.48 seconds
CheckAllWarning PASS 29.14 seconds
CheckSparse PASS 32.36 seconds
BuildKernel32 PASS 26.18 seconds
TestRunnerSetup PASS 572.05 seconds
TestRunner_l2cap-tester PASS 28.56 seconds
TestRunner_iso-tester FAIL 48.88 seconds
TestRunner_bnep-tester PASS 6.43 seconds
TestRunner_mgmt-tester FAIL 124.80 seconds
TestRunner_rfcomm-tester PASS 9.49 seconds
TestRunner_sco-tester FAIL 14.62 seconds
TestRunner_ioctl-tester PASS 10.41 seconds
TestRunner_mesh-tester FAIL 11.52 seconds
TestRunner_smp-tester PASS 8.71 seconds
TestRunner_userchan-tester PASS 6.61 seconds
IncrementalBuild PENDING 1.03 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: TestRunner_iso-tester - FAIL
Desc: Run iso-tester with test-runner
Output:
BUG: KASAN: slab-use-after-free in le_read_features_complete+0x7e/0x2b0
Total: 141, Passed: 141 (100.0%), Failed: 0, Not Run: 0
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 488 (98.8%), Failed: 2, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.108 seconds
LL Privacy - Add Device 2 (2 Devices to AL) Failed 0.177 seconds
##############################
Test: TestRunner_sco-tester - FAIL
Desc: Run sco-tester with test-runner
Output:
WARNING: possible circular locking dependency detected
BUG: sleeping function called from invalid context at net/core/sock.c:3782
Total: 30, Passed: 30 (100.0%), Failed: 0, Not Run: 0
##############################
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 1.831 seconds
Mesh - Send cancel - 2 Timed out 1.992 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
2026-01-21 2:52 [PATCH] Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618 Linmao Li
2026-01-21 3:38 ` bluez.test.bot
@ 2026-01-21 21:50 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-21 21:50 UTC (permalink / raw)
To: Linmao Li; +Cc: marcel, 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 Wed, 21 Jan 2026 10:52:20 +0800 you wrote:
> The USB device ID 0x13d3/0x3618 is listed twice in the device table.
> Remove the duplicate entry and keep the one under the correct
> "Realtek 8852BT/8852BE-VT Bluetooth devices" section.
>
> Signed-off-by: Linmao Li <lilinmao@kylinos.cn>
> ---
> drivers/bluetooth/btusb.c | 2 --
> 1 file changed, 2 deletions(-)
Here is the summary with links:
- Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
https://git.kernel.org/bluetooth/bluetooth-next/c/41a4d0f1b5f8
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] 3+ messages in thread
end of thread, other threads:[~2026-01-21 21:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 2:52 [PATCH] Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618 Linmao Li
2026-01-21 3:38 ` bluez.test.bot
2026-01-21 21:50 ` [PATCH] " 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