1
0
Fork 0

[kernel] btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761

commit 5833cf8daf7c305a1c52a673ff54abfafb819dcf upstream.

Identifies as "Realtek Bluetooth Radio";
used in UGREEN CM390 (P/N 80889).

Signed-off-by: hmz007 <hmz007@gmail.com>
master
hmz007 2 years ago
parent b2396bfea0
commit 7759120fce

@ -540,6 +540,8 @@ static const struct usb_device_id blacklist_table[] = {
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x7392, 0xc611), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x2b89, 0x8761), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
/* Additional Realtek 8821AE Bluetooth devices */
{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },

Loading…
Cancel
Save