Thread (3 messages) flat view 3 messages, 2 authors, 2022-01-20
STALE1702d

[PATCH] Bluetooth: Add support for Realtek 8761BU Bluetooth receivers of ID 2550:8761

From: Bruce Link <hidden>
Date: 2022-01-19 03:31:04
Subsystem: bluetooth drivers, the rest · Maintainers: Marcel Holtmann, Luiz Augusto von Dentz, Linus Torvalds

Add support for Realtek 8761BU Bluetooth receivers of ID 2550:8761 by
adding the appropriate ID to btusb.c to cause firmware to load.
e.g.: EDUP EP-B2536, MPOW BH519A, MPOW BH456A

Signed-off-by: Bruce Link <redacted>
---
N.B. I am able to successfully test this patch on my own system, but
cannot meet the requirement of 4 other systems due to lack of
availability. I hope this is acceptable given the small scope of the
patch.
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index c30d131da784..16254681e162 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -482,6 +482,9 @@ static const struct usb_device_id blacklist_table[] = {
         /* Additional Realtek 8761BU Bluetooth devices */
         { USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
+       { USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK |
+ BTUSB_WIDEBAND_SPEECH },
+

         /* Additional Realtek 8821AE Bluetooth devices */
         { USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help