]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: Fix runtime wakeup on OHCI
authorMatthew Garrett <mjg@redhat.com>
Thu, 6 Oct 2011 19:35:43 +0000 (15:35 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:35:35 +0000 (09:35 -0800)
commitf72d6f85aa5857d889a2b4a41f2bd6be4918703a
tree40e744b4ac9d3083e5422076b0f8479416be8f93
parentab6e8fabfbdbca5a7273347e224fe59efe869e76
USB: Fix runtime wakeup on OHCI

commit a8b43c00ef06aec49b9fe0a5bad8a6a320e4d27b upstream.

At least some OHCI hardware (such as the MCP89) fails to flag any change
in the host status register or the port status registers when receiving
a remote wakeup while in D3 state. This results in the controller being
resumed but no device state change being noticed, at which point the
controller is put back to sleep again. Since there doesn't seem to be any
reliable way to identify the state change, just unconditionally resume the
hub. It'll be put back to sleep in the near future anyway if there are no
active devices attached to it.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-hub.c