Message ID | 20220714112523.13242-6-hildawu@realtek.com |
---|---|
State | Accepted |
Commit | 8dd512ca460932f04114a9829e4014ae1f498503 |
Headers | show |
Series | Bluetooth: btusb: Add support IDs for Realtek RTL8852C | expand |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index e2da9d2573c9..aaba2d737178 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -436,6 +436,8 @@ static const struct usb_device_id blacklist_table[] = { BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x13d3, 0x3587), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x13d3, 0x3586), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, /* Realtek Bluetooth devices */ { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),