Skip to content

Commit 4d96d3b

Browse files
lwfingertorvalds
authored andcommitted
Bluetooth: Add a new USB ID for RTL8822CE
Some models of the RTL8822ce utilize a different USB ID. Add this new one to the Bluetooth driver. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c2131f7 commit 4d96d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ static const struct usb_device_id blacklist_table[] = {
388388
/* Realtek 8822CE Bluetooth devices */
389389
{ USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
390390
BTUSB_WIDEBAND_SPEECH },
391+
{ USB_DEVICE(0x0bda, 0xc822), .driver_info = BTUSB_REALTEK |
392+
BTUSB_WIDEBAND_SPEECH },
391393

392394
/* Realtek 8852AE Bluetooth devices */
393395
{ USB_DEVICE(0x0bda, 0xc852), .driver_info = BTUSB_REALTEK |

0 commit comments

Comments
 (0)