]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jan 2026 18:35:07 +0000 (13:35 -0500)
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>
drivers/bluetooth/btusb.c

index 759def260ed0573cc4b2ad15e5a80d58132a5d57..9eea2ec775bb81ca0568c364719750285ef92949 100644 (file)
@@ -779,6 +779,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 },