]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc727782ec427aa47f0b740fa8caf8247bc761df6
treef75ba4203962410bb9ec1ea159c4055a4ee09710
parentefcb54e84fde018609dc13c8cb733f0d0c181a25
[PATCH] USB: ehci power fixes

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>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci.h