diff mbox series

Bluetooth: Add a new USB ID for RTL8822CE

Message ID 20210601190418.25628-1-Larry.Finger@lwfinger.net
State New
Headers show
Series Bluetooth: Add a new USB ID for RTL8822CE | expand

Commit Message

Larry Finger June 1, 2021, 7:04 p.m. UTC
Some models of the RTL8822ce utilize a different USB ID. Add this
new one to the Bluetooth driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marcel Holtmann June 2, 2021, 8:12 p.m. UTC | #1
Hi Larry,

> Some models of the RTL8822ce utilize a different USB ID. Add this

> new one to the Bluetooth driver.

> 

> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

> ---

> drivers/bluetooth/btusb.c | 2 ++

> 1 file changed, 2 insertions(+)


patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 5d603ef39bad..7a8e1d240f15 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -388,6 +388,8 @@  static const struct usb_device_id blacklist_table[] = {
 	/* Realtek 8822CE Bluetooth devices */
 	{ USB_DEVICE(0x0bda, 0xb00c), .driver_info = BTUSB_REALTEK |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x0bda, 0xc822), .driver_info = BTUSB_REALTEK |
+						     BTUSB_WIDEBAND_SPEECH },
 
 	/* Realtek 8852AE Bluetooth devices */
 	{ USB_DEVICE(0x0bda, 0xc852), .driver_info = BTUSB_REALTEK |