Skip to content

Commit 33bfd94

Browse files
josephsihholtmann
authored andcommitted
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 <[email protected]> Reviewed-by: Alain Michaud <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent d5baf62 commit 33bfd94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ static const struct usb_device_id blacklist_table[] = {
359359
{ USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
360360
.driver_info = BTUSB_IGNORE },
361361

362+
/* Realtek 8822CE Bluetooth devices */
363+
{ USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
364+
BTUSB_WIDEBAND_SPEECH },
365+
362366
/* Realtek Bluetooth devices */
363367
{ USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
364368
.driver_info = BTUSB_REALTEK },

0 commit comments

Comments
 (0)