]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Bluetooth: btusb: Add device ID for Realtek RTL8761BU
authorJacopo Scannella <code@charlie.cat>
Tue, 20 Jan 2026 09:13:04 +0000 (10:13 +0100)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:31 +0000 (07:20 -0500)
[ Upstream commit cc6383d4f0cf6127c0552f94cae517a06ccc6b17 ]

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>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bluetooth/btusb.c

index f177569978d36b12cfa7bc8414ec25e6a1c2e3e0..a41bb1e2a279aab18597f23f25f44b36390c70eb 100644 (file)
@@ -781,6 +781,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 },