aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorJoseph Hwang <josephsih@chromium.org>2020-07-13 15:45:29 +0800
committerMarcel Holtmann <marcel@holtmann.org>2020-07-13 18:35:19 +0200
commit33bfd94a05abb5a63e323dd1454bc580d4bf992c (patch)
tree30264bb026875481d4215602c7513ab6d5fd7de9 /drivers/bluetooth
parentReplace HTTP links with HTTPS ones: BLUETOOTH SUBSYSTEM (diff)
downloadwireguard-linux-33bfd94a05abb5a63e323dd1454bc580d4bf992c.tar.xz
wireguard-linux-33bfd94a05abb5a63e323dd1454bc580d4bf992c.zip
Bluetooth: btusb: add Realtek 8822CE to usb_device_id table
This patch adds the Realtek 8822CE controller to the usb_device_id table to support the wideband speech capability. Signed-off-by: Joseph Hwang <josephsih@chromium.org> Reviewed-by: Alain Michaud <alainm@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index faa863dd5d0a..aa0bc9942afd 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -359,6 +359,10 @@ static const struct usb_device_id blacklist_table[] = {
{ USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
.driver_info = BTUSB_IGNORE },
+ /* Realtek 8822CE Bluetooth devices */
+ { USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
+ BTUSB_WIDEBAND_SPEECH },
+
/* Realtek Bluetooth devices */
{ USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
.driver_info = BTUSB_REALTEK },