All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add support for 0cb5:c547 Realtek 8822CE device
@ 2020-10-27 20:52 David Zakarias
  2020-10-28 20:53 ` Tedd Ho-Jeong An
  2020-10-28 21:26 ` An, Tedd
  0 siblings, 2 replies; 5+ messages in thread
From: David Zakarias @ 2020-10-27 20:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: David Zakarias

My Redmibook 16 AMD laptop contains the RTL8822CE chip having the USB
identifier 0cb5:c547. This patch adds this Id to btusb.c's blacklist
table, enabling the loading of the Realtek firmware.
This, together with another patch by Edward Vear (hci_core: Fix
attempting to set RPA timeout when unsupported, see
https://marc.info/?l=linux-bluetooth&m=160378222632366&w=2) makes my
bluetooth mouse work.

Signed-off-by: David Zakarias <david.zakarias@gmail.com>
---
--- bluetooth/drivers/bluetooth/btusb.c.orig 2020-10-27 21:24:51.331035974 +0100
+++ bluetooth/drivers/bluetooth/btusb.c 2020-10-27 21:21:46.000000000 +0100
@@ -386,6 +386,7 @@ static const struct usb_device_id blackl

  /* Additional Realtek 8822CE Bluetooth devices */
  { USB_DEVICE(0x04ca, 0x4005), .driver_info = BTUSB_REALTEK },
+ { USB_DEVICE(0x0cb5, 0xc547), .driver_info = BTUSB_REALTEK },

  /* Silicon Wave based devices */
  { USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_SWAVE },

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

end of thread, other threads:[~2020-10-29 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27 20:52 [PATCH] Bluetooth: btusb: Add support for 0cb5:c547 Realtek 8822CE device David Zakarias
2020-10-28 20:53 ` Tedd Ho-Jeong An
2020-10-28 21:26 ` An, Tedd
2020-10-29 16:57   ` David Zakarias
2020-10-29 20:24     ` Tedd Ho-Jeong An

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.