From 845178771277bae48a79e0d06d68f3e5e1787c77 Mon Sep 17 00:00:00 2001 From: techflashYT <72118300+techflashYT@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:38:05 -0700 Subject: [PATCH] add wii's bt device id --- drivers/bluetooth/btusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 54d24ae80513f3..f35622e620ae65 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -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 },