summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2010-01-08 16:18:38 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-01-20 23:24:34 (GMT)
commit49d0f078f494b9d81e820a13dd8093a9bfb0b6b1 (patch)
tree6256ecbc3314bb7e15032e9acbb62a6278f496aa /include
parentcec3a53c7fe794237b582e8e77fc0e48465e65ee (diff)
downloadlinux-fsl-qoriq-49d0f078f494b9d81e820a13dd8093a9bfb0b6b1.tar.xz
USB: add missing delay during remote wakeup
This patch (as1330) fixes a bug in khbud's handling of remote wakeups. When a device sends a remote-wakeup request, the parent hub (or the host controller driver, for directly attached devices) begins the resume sequence and notifies khubd when the sequence finishes. At this point the port's SUSPEND feature is automatically turned off. However the device needs an additional 10-ms resume-recovery time (TRSMRCY in the USB spec). Khubd does not wait for this delay if the SUSPEND feature is off, and as a result some devices fail to behave properly following a remote wakeup. This patch adds the missing delay to the remote-wakeup path. It also extends the resume-signalling delay used by ehci-hcd and uhci-hcd from 20 ms (the value in the spec) to 25 ms (the value we use for non-remote-wakeup resumes). The extra time appears to help some devices. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Cc: Rickard Bellini <rickard.bellini@ericsson.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions