From 3fb48dc16e5d1e68b2b2f4768aef813cac71a392 Mon Sep 17 00:00:00 2001 From: birdybro Date: Wed, 20 Jul 2022 13:17:17 -0600 Subject: [PATCH] Add support for TP-Link UB500 Adapter (#33) https://www.spinics.net/lists/linux-bluetooth/msg94476.html This should resolve this problem --> https://misterfpga.org/viewtopic.php?p=56469#p56469 I don't have a way to compile the linux kernel completely and I don't have that adapter, so I am unable to test it myself. --- drivers/bluetooth/btusb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index b1146397e..3342b53f7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -432,6 +432,10 @@ static const struct usb_device_id blacklist_table[] = { /* Additional Realtek 8723DE Bluetooth devices */ { USB_DEVICE(0x0bda, 0xb009), .driver_info = BTUSB_REALTEK }, { USB_DEVICE(0x2ff8, 0xb011), .driver_info = BTUSB_REALTEK }, + + /* Additional Realtek 8761B Bluetooth devices */ + { USB_DEVICE(0x2357, 0x0604), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, /* Additional Realtek 8761BU Bluetooth devices */ { USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |