From: Alan Stern Date: Tue, 20 May 2008 20:58:58 +0000 (-0400) Subject: USB: EHCI: fix remote-wakeup regression X-Git-Tag: v2.6.26-rc5~38^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f114d12bb4db3147e1b1342ae31083c5a79c84;p=pandora-kernel.git USB: EHCI: fix remote-wakeup regression This patch (as1097) fixes a bug in the remote-wakeup handling in ehci-hcd. The driver currently does not keep track of whether the change-suspend feature is enabled for each port; the feature is automatically reset the first time it is read. But recent changes to the hub driver require that the feature be read at least twice in order to work properly. A bit-vector is added for storing the change-suspend feature values. Signed-off-by: Alan Stern Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed