From: Alan Stern Date: Mon, 6 Oct 2008 15:25:53 +0000 (-0400) Subject: USB: EHCI: fix remote-wakeup support for ARC/TDI core X-Git-Tag: v2.6.28-rc1~254^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafe5b99f2135488b21cf17a262c54997c44f784;p=pandora-kernel.git USB: EHCI: fix remote-wakeup support for ARC/TDI core This patch (as1147) fixes the remote-wakeup support for EHCI controllers using the ARC/TDI "embedded-TT" core. These controllers turn off the RESUME bit by themselves when a port resume is complete; hence we need to keep separate track of which ports are suspended or in the process of resuming. The patch also makes a couple of small improvements in ehci_irq(), replacing reads of the command register with the value already stored in a local variable. Signed-off-by: Alan Stern Tested-by: Thomas Reitmayr CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed