USB 3 devices are broken for me since kernel commit 90d28fb53d4a51299ff324dede015d5cb11b88a2 [usb: core: reduce power-on-good delay time of root hub] (or rather, 972b4c19f55da91a42682c74634d36bf5ef3061c in the 5.10 stable tree). USB 2 devices work OK. USB 3 devices work OK only if they are connected via a USB 2 wire.
The symptom is that the devices aren't detected at all. Nothing in lsusb, nothing in dmesg. My device is a MacBookPro14,3.
Reverting the above patch makes USB 3 work on Linux 5.10 and 5.13 (and presumably everything in between), at least if they are attached at boot time. I still seem to have problems with USB 3 devices plugged directly into the USB C ports after boot. I still have to investigate if this is a regression too.
Does anyone else see this issue? I cannot rule out a configuration issue on my side at the moment. I did not find similar regression reports caused by this patch via Google.
USB 3 devices are broken for me since kernel commit 90d28fb53d4a51299ff324dede015d5cb11b88a2 [usb: core: reduce power-on-good delay time of root hub] (or rather, 972b4c19f55da91a42682c74634d36bf5ef3061c in the 5.10 stable tree). USB 2 devices work OK. USB 3 devices work OK only if they are connected via a USB 2 wire.
The symptom is that the devices aren't detected at all. Nothing in lsusb, nothing in dmesg. My device is a MacBookPro14,3.
Reverting the above patch makes USB 3 work on Linux 5.10 and 5.13 (and presumably everything in between), at least if they are attached at boot time. I still seem to have problems with USB 3 devices plugged directly into the USB C ports after boot. I still have to investigate if this is a regression too.
Does anyone else see this issue? I cannot rule out a configuration issue on my side at the moment. I did not find similar regression reports caused by this patch via Google.