]> 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>
Thu, 17 Oct 2024 13:11:59 +0000 (15:11 +0200)
commite31942147bf5c7fe532f4703e6229c3ffd075dfe
tree71e105a074f7052051b28dec0cce2532659c326f
parent254ef45afea59c126dc56ce2e7fa6ac5befa71bd
usb: xhci: Fix problem with xhci resume from suspend

commit d44238d8254a36249d576c96473269dbe500f5e4 upstream.

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