Dear Maintainer,
After upgrading my system and installing version 1.20260408 of
raspi-firmware, USB devices stopped working.
Running lsusb gave no output at all and I saw the following during
boot:
xhci_hcd 0000:01:00.0: can't setup: -110
After wrestling with this for a couple of days, I finally grabbed the
version of the package from stable, unpacked it, and copied over the
files under /usr/lib/raspi-firmware to the firmware partition of the
SD card. I also changed /boot/firmware/config.txt to boot an earlier
version of the kernel. The system is booting normally and USB is now
working again.
If a reinstall the latest version of raspi-firmware with `apt clean`
and `apt reinstall raspi-firmware`, the problem returns. This problem
seems to be related to this upstream issue:
https://github.com/raspberrypi/firmware/issues/2026
So I guess updating the package to the latest upstream release
1.20260521 should fix things.