Message ID | CAF3zC4zY=uLsu5LOOb2B-yDTWQdgcHJ-uGiKL5aGmtX4j-bOqg@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | Bluetooth: btusb: Add support for Realtek Bluetooth device 0x0489:0xe112 | expand |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 90966dfbd2781f..ef07e54e6ac2df 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -519,6 +519,10 @@ static const struct usb_device_id quirks_table[] = { BTUSB_WIDEBAND_SPEECH }, /* Realtek 8852BE Bluetooth devices */ + + { USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH },