Created attachment 257017 [details] lspci -vv The laptop is an AMD Carrizo laptop. The two right USB ports are connected to EHCI controller, which does not respond to any device plugging event. There's no PME signal at device plugging, so it's a hardware bug [1]. After some testing, we found that the PME signal can work under D2 but not D3 [2]. So we can write a quirk to workaround this issue. [1] https://www.spinics.net/lists/linux-usb/msg157462.html [2] http://www.spinics.net/lists/linux-pci/msg62137.html
Fixed by commit 0bf3730bbc41f155543fa63becb4ff436d6a00a9 ("x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defect")