Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rtl8723bu to device list #59

Open
wants to merge 1 commit into
base: kernel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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