Skip to content

USB regressions in 5.15 and 6.1 #11

@techflashYT

Description

@techflashYT

In 5.15 and 6.1, USB on the Nintendo Wii has undergone several critical regressions.

In 5.15, USB descriptors have started experiencing corruption:

  • Flash drive:
    • Manufacturer: USn\n (normally USB\n)
    • Product: SanDisk 3.2Gen\n (normally SanDisk 3.2Gen1\n)
  • Keyboard:
    • Manufacturer: Logitece\n (normally Logitech\n)
    • Product: USB Receive\n (normally USB Receiver\n)
  • Internal Bluetooth Radio (on the second OHCI bus):
    • Manufacturer: Broadcom Corp\n (correct)
    • Product: BCM2045A\n (correct)

Weirdly, I can't trace this down to any one specific change. Commit e7cb072eb988e46295512617c39d004f9e1c26f8 ("init/initramfs.c: do unpacking asynchronously") is what first started triggering it, but is absolutely not the cause. Something much deeper is going wrong there.

In 6.1, USB falls flat on it's face entirely, no devices can properly be identified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions