[PATCH] USB: EHCI updates (4/4) driver model wakeup flags
authorDavid Brownell <david-b@pacbell.net>
Mon, 7 Nov 2005 23:24:46 +0000 (15:24 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:48:30 +0000 (13:48 -0800)
commit2c1c3c4cd5f796b1912c65aaf3bf48c0ddf11f5e
treed0adc25607629f4fbb9f45cc498f5c155d520291
parent8d7802ed3c617120863f84346638d1cf1c96137b
[PATCH] USB: EHCI updates (4/4) driver model wakeup flags

This teaches the EHCI driver to use the new driver model wakeup flags,
replacing the similar ones in the HCD glue.  It also adds a workaround
for the current glitch whereby PCI init doesn't init the wakeup flags
from the PCI PM capabilities.  (EHCI controllers don't worry about
legacy mode; the PCI PM capability would always do the job.)

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-pci.c