]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
EHCI: turn off remote wakeup during shutdown
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 13 Feb 2007 19:53:06 +0000 (14:53 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:21 +0000 (10:50 -0800)
commit5edd24258c5eae0a5cadc612ea1d6e13ec54e536
tree17f4532906fb53c016aee4d1f803fe8bdef6afde
parent849fa1fbe0247239aa774397665527fe6a1abd89
EHCI: turn off remote wakeup during shutdown

This patch (as850b) disables remote wakeup (and everything else!) on
all EHCI ports when the shutdown() method is called.  If remote wakeup
is left active then some systems will reboot instead of powering off.
This fixes Bugzilla #7828.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c