Skip to content

Commit

Permalink
Add support for TP-Link UB500 Adapter (#33)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
birdybro committed Jul 20, 2022
1 parent 8a100f2 commit 3fb48dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/bluetooth/btusb.c
Expand Up @@ -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 |
Expand Down

0 comments on commit 3fb48dc

Please sign in to comment.