Skip to content

Commit

Permalink
add wii's bt device id
Browse files Browse the repository at this point in the history
  • Loading branch information
techflashYT committed Jan 22, 2024
1 parent 1910621 commit 8451787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ static const struct usb_device_id blacklist_table[] = {

/* Broadcom BCM2045 devices */
{ USB_DEVICE(0x0a5c, 0x2045), .driver_info = BTUSB_BCM2045 },
{ USB_DEVICE(0x057e, 0x0305), .driver_info = BTUSB_BCM2045 },

/* Atheros 3011 with sflash firmware */
{ USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
Expand Down

0 comments on commit 8451787

Please sign in to comment.