]> git.ipfire.org Git - people/ms/linux.git/commit
xhci: Fix resume issues on Renesas chips in Samsung laptops
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 17 Jan 2014 23:38:12 +0000 (15:38 -0800)
committerJiri Slaby <jslaby@suse.cz>
Mon, 31 Mar 2014 12:22:34 +0000 (14:22 +0200)
commit1e716a5e78cb28cb004ccb58d904191f0d1cbba3
tree17e7737697301592674051ef1713d97f282c403c
parent16cf0c328d308b4bfb2baf0257bfdff47899a6ca
xhci: Fix resume issues on Renesas chips in Samsung laptops

commit 1aa9578c1a9450fb21501c4f549f5b1edb557e6d upstream.

Don Zickus <dzickus@redhat.com> writes:

Some co-workers of mine bought Samsung laptops that had mostly usb3 ports.
Those ports did not resume correctly (the driver would timeout communicating
and fail).  This led to frustration as suspend/resume is a common use for
laptops.

Poking around, I applied the reset on resume quirk to this chipset and the
resume started working.  Reloading the xhci_hcd module had been the temporary
workaround.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Don Zickus <dzickus@redhat.com>
Tested-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/usb/host/xhci-pci.c