linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Add a new USB ID for RTL8822CE
@ 2021-06-01 19:04 Larry Finger
  2021-06-02 20:12 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2021-06-01 19:04 UTC (permalink / raw)
  To: Linus Torvalds, Marcel Holtmann, Gustavo Padovan, Johan Hedberg
  Cc: linux-kernel, Larry Finger, linux-bluetooth

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(+)

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 |
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: Add a new USB ID for RTL8822CE
  2021-06-01 19:04 [PATCH] Bluetooth: Add a new USB ID for RTL8822CE Larry Finger
@ 2021-06-02 20:12 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2021-06-02 20:12 UTC (permalink / raw)
  To: Larry Finger
  Cc: Linus Torvalds, Gustavo F. Padovan, Johan Hedberg, linux-kernel,
	linux-bluetooth

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-02 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 19:04 [PATCH] Bluetooth: Add a new USB ID for RTL8822CE Larry Finger
2021-06-02 20:12 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).