From: David Brownell Date: Tue, 2 May 2006 05:07:13 +0000 (-0700) Subject: [PATCH] USB: fix OHCI PM regression X-Git-Tag: v2.6.17-rc5~165^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4cefaaea4c6d67cdaebfd315abc791c5c9d22f;p=pandora-kernel.git [PATCH] USB: fix OHCI PM regression This fixes a small regression in USB controller power usage for many OHCI controllers, notably including every non-PCI version of OHCI: on those systems, the runtime autosuspend mechanism is no longer enabled. The change moves to saner defaults. All root hubs are expected to handle remote wakeup (and hence autosuspend), although drivers for buggy silicon may override that default. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed