]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: xhci: Fix problem with xhci resume from suspend
authorJose Alberto Reguero <jose.alberto.reguero@gmail.com>
Thu, 19 Sep 2024 18:42:02 +0000 (20:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 13:39:17 +0000 (15:39 +0200)
commitd44238d8254a36249d576c96473269dbe500f5e4
treebedd5b8d6772009cdf24685932481085857d1a2d
parent6c4e1ef46c9d565c71e9ff1a70ddbe24790694d5
usb: xhci: Fix problem with xhci resume from suspend

I have a ASUS PN51 S mini pc that has two xhci devices. One from AMD,
and other from ASMEDIA. The one from ASMEDIA have problems when resume
from suspend, and keep broken until unplug the  power cord. I use this
kernel parameter: xhci-hcd.quirks=128 and then it works ok. I make a
path to reset only the ASMEDIA xhci.

Signed-off-by: Jose Alberto Reguero <jose.alberto.reguero@gmail.com>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/20240919184202.22249-1-jose.alberto.reguero@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c