Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Ignore Nintendo Wii module
@ 2024-11-22  4:12 Alan Jones
  2024-11-22  4:18 ` bluez.test.bot
  2024-11-22  5:20 ` [PATCH] " Alan Jones
  0 siblings, 2 replies; 10+ messages in thread
From: Alan Jones @ 2024-11-22  4:12 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org


The Nintendo Wii uses a BCM2045 module running proprietary firmware.
This adapter is typically managed by emulation software via the raw
interface, and is incompatible with standard Bluetooth devices.

Attempting to initialize this adapter breaks synchronization with all
previously connected Wii Remotes, requiring applications to
re-synchronize the remotes on each usage.

Fix Wii Remote re-synchronization issues with the official Nintendo Wii
Bluetooth module by ignoring this adapter.

Signed-off-by: Alan Jones <j.alan.jones@pm.me>
---
 drivers/bluetooth/btusb.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 279fe6c115fa..b85b98a40a87 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -185,6 +185,9 @@ static const struct usb_device_id quirks_table[] = {
        /* Broadcom BCM2045 devices */
        { USB_DEVICE(0x0a5c, 0x2045), .driver_info = BTUSB_BCM2045 },
 
+       /* Broadcom BCM2045 with Nintendo Wii firmware */
+       { USB_DEVICE(0x057E, 0x0305), .driver_info = BTUSB_IGNORE },
+
        /* Atheros 3011 with sflash firmware */
        { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
        { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-11-23 17:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22  4:12 [PATCH] Bluetooth: btusb: Ignore Nintendo Wii module Alan Jones
2024-11-22  4:18 ` bluez.test.bot
2024-11-22  5:20 ` [PATCH] " Alan Jones
2024-11-22  5:58   ` bluez.test.bot
2024-11-22  8:29   ` [PATCH] " Paul Menzel
2024-11-23 16:58     ` Alan Jones
2024-11-23 16:45   ` Alan Jones
2024-11-23 17:29     ` bluez.test.bot
2024-11-23 17:04   ` [PATCH] " Alan Jones
2024-11-23 17:13     ` bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox