Skip to content

Commit 323710a

Browse files
josephsihgregkh
authored andcommitted
Bluetooth: btusb: add Realtek 8822CE to usb_device_id table
[ Upstream commit 33bfd94 ] 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]> Stable-dep-of: da06ff1 ("Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE") Signed-off-by: Sasha Levin <[email protected]>
1 parent 981ee23 commit 323710a

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
@@ -353,6 +353,10 @@ static const struct usb_device_id blacklist_table[] = {
353353
{ USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
354354
.driver_info = BTUSB_IGNORE },
355355

356+
/* Realtek 8822CE Bluetooth devices */
357+
{ USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
358+
BTUSB_WIDEBAND_SPEECH },
359+
356360
/* Realtek Bluetooth devices */
357361
{ USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
358362
.driver_info = BTUSB_REALTEK },

0 commit comments

Comments
 (0)