Re: [linux-usb-devel] [PATCH] EHCI: disable wakeup on all ports during shutdown

2007-02-08 Thread Alan Stern
On Wed, 7 Feb 2007, Alan Stern wrote: This patch (as850) disables remote wakeup on EHCI ports when the shutdown() method is called. If it is left active then some systems will reboot instead of powering off. This solves Bugzilla #7828. I'm having second thoughts about this patch. First of

[linux-usb-devel] [PATCH] EHCI: disable wakeup on all ports during shutdown

2007-02-07 Thread Alan Stern
This patch (as850) disables remote wakeup on EHCI ports when the shutdown() method is called. If it is left active then some systems will reboot instead of powering off. This solves Bugzilla #7828. Signed-off-by: Alan Stern [EMAIL PROTECTED] --- Index: usb-2.6/drivers/usb/host/ehci-hcd.c