Message ID | 20220714112523.13242-3-hildawu@realtek.com |
---|---|
State | Accepted |
Commit | 35de797dc6c7009c1002f142335da2a25a202267 |
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 f3a68d755099..fe0434eeac78 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -430,6 +430,8 @@ static const struct usb_device_id blacklist_table[] = { /* Realtek 8852CE Bluetooth devices */ { USB_DEVICE(0x04ca, 0x4007), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x04c5, 0x1675), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, /* Realtek Bluetooth devices */ { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),