public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8761BU
@ 2026-01-20  9:13 Jacopo Scannella
  2026-01-20  9:52 ` bluez.test.bot
  2026-01-21 21:50 ` [PATCH] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Jacopo Scannella @ 2026-01-20  9:13 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, luiz.dentz, Jacopo Scannella

Add USB device ID 0x2c0a:0x8761 to the btusb driver fo the Realtek
RTL8761BU Bluetooth adapter.

Reference:
https://www.startech.com/en-us/networking-io/av53c1-usb-bluetooth

Signed-off-by: Jacopo Scannella <code@charlie.cat>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index ded09e94d296..33dfed738c63 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -773,6 +773,7 @@ static const struct usb_device_id quirks_table[] = {
 
 	/* Additional Realtek 8723BU Bluetooth devices */
 	{ USB_DEVICE(0x7392, 0xa611), .driver_info = BTUSB_REALTEK },
+	{ USB_DEVICE(0x2c0a, 0x8761), .driver_info = BTUSB_REALTEK },
 
 	/* Additional Realtek 8723DE Bluetooth devices */
 	{ USB_DEVICE(0x0bda, 0xb009), .driver_info = BTUSB_REALTEK },
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: Bluetooth: btusb: Add device ID for Realtek RTL8761BU
  2026-01-20  9:13 [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8761BU Jacopo Scannella
@ 2026-01-20  9:52 ` 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-20  9:52 UTC (permalink / raw)
  To: linux-bluetooth, code

[-- Attachment #1: Type: text/plain, Size: 2753 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=1044510

---Test result---

Test Summary:
CheckPatch                    PENDING   0.37 seconds
GitLint                       PENDING   0.29 seconds
SubjectPrefix                 PASS      0.12 seconds
BuildKernel                   PASS      26.19 seconds
CheckAllWarning               PASS      28.85 seconds
CheckSparse                   PASS      33.18 seconds
BuildKernel32                 PASS      26.14 seconds
TestRunnerSetup               PASS      556.81 seconds
TestRunner_l2cap-tester       PASS      28.17 seconds
TestRunner_iso-tester         PASS      72.69 seconds
TestRunner_bnep-tester        PASS      6.41 seconds
TestRunner_mgmt-tester        FAIL      127.90 seconds
TestRunner_rfcomm-tester      PASS      9.52 seconds
TestRunner_sco-tester         FAIL      14.52 seconds
TestRunner_ioctl-tester       PASS      10.22 seconds
TestRunner_mesh-tester        FAIL      12.48 seconds
TestRunner_smp-tester         PASS      8.81 seconds
TestRunner_userchan-tester    PASS      6.76 seconds
IncrementalBuild              PENDING   0.81 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 487 (98.6%), Failed: 3, Not Run: 4

Failed Test Cases
Read Exp Feature - Success                           Failed       0.107 seconds
LL Privacy - Set Flags 1 (Add to RL)                 Failed       0.159 seconds
LL Privacy - Remove Device 3 (Disable RL)            Failed       0.201 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    2.739 seconds
Mesh - Send cancel - 2                               Timed out    2.002 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: Add device ID for Realtek RTL8761BU
  2026-01-20  9:13 [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8761BU Jacopo Scannella
  2026-01-20  9:52 ` 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: Jacopo Scannella; +Cc: marcel, linux-bluetooth, luiz.dentz

Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 20 Jan 2026 10:13:04 +0100 you wrote:
> Add USB device ID 0x2c0a:0x8761 to the btusb driver fo the Realtek
> RTL8761BU Bluetooth adapter.
> 
> Reference:
> https://www.startech.com/en-us/networking-io/av53c1-usb-bluetooth
> 
> Signed-off-by: Jacopo Scannella <code@charlie.cat>
> 
> [...]

Here is the summary with links:
  - Bluetooth: btusb: Add device ID for Realtek RTL8761BU
    https://git.kernel.org/bluetooth/bluetooth-next/c/9f7f0a967558

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-20  9:13 [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8761BU Jacopo Scannella
2026-01-20  9:52 ` 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