Commit cc6383d4 authored by Jacopo Scannella's avatar Jacopo Scannella Committed by Luiz Augusto von Dentz
Browse files

Bluetooth: btusb: Add device ID for Realtek RTL8761BU

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: default avatarJacopo Scannella <code@charlie.cat>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent 90c38d40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },