[PATCH] USB: ehci power fixes
authorDavid Brownell <david-b@pacbell.net>
Sat, 9 Apr 2005 16:00:29 +0000 (09:00 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 4 May 2005 06:31:49 +0000 (23:31 -0700)
Miscellaneous updates for EHCI.

 - Mostly updates the power switching on EHCI controllers.  One routine
   centralizes the "power on/off all ports" logic, and the capability to
   do that is reported more correctly.

 - Courtesy Colin Leroy, a patch to always power up ports after resumes
   which didn't keep a USB device suspended.  The reset-everything logic
   powers down those ports (on some hardware) so something needs to turn
   them back on.

 - Minor tweaks/bugfixes for the debug port support.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found