Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ static const struct usb_device_id blacklist_table[] = {
{ USB_DEVICE(0x13d3, 0x3416), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x13d3, 0x3459), .driver_info = BTUSB_REALTEK },

/* Additional Realtek 8723BU Bluetooth devices */
{ USB_DEVICE(0x0bda, 0xb720), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x0bda, 0xb72a), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x7392, 0xa611), .driver_info = BTUSB_REALTEK }, // EDIMAX EW-7611ULB

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