USB: automatically enable wakeup for PCI host controllers
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 17 Dec 2008 22:20:38 +0000 (17:20 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:12 +0000 (10:00 -0800)
commit6fd9086a518d4f14213a32fe6c9ac17fabebbc1e
treec7b59ccb00a69eb02188d9f0e40eec001078917f
parenta0d4922da2e4ccb0973095d8d29f36f6b1b5f703
USB: automatically enable wakeup for PCI host controllers

This patch (as1193b) enables wakeup during initialization for all PCI
host controllers, and it removes some code (and comments!) that are no
longer needed now that the PCI core automatically initializes wakeup
settings for all new devices.

The idea is that the bus should initialize wakeup, and the bus glue
or controller driver should enable it.

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