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 },