]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] USB: ohci-omap pm updates
authordavid-b@pacbell.net <david-b@pacbell.net>
Wed, 29 Jun 2005 13:59:14 +0000 (06:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Jul 2005 18:52:57 +0000 (11:52 -0700)
commitb404a5b02abf84812e5333bda201af464925d7a6
tree3692641e80b45ba6c7fd0ca4460b6cbe296972cb
parent1d7beee3d4b4ae7faa881ef05ff5d94a125ed8a6
[PATCH] USB: ohci-omap pm updates

The recent "pm_message_t" changes removed functionality from the Linux
PM framework.  This patch removes it from the OMAP OHCI too, removing
the distinction between (previous) PM_SUSPEND_MEM and PM_SUSPEND_DISK
state transitions ... now the only suspend semantics supportable are
what was previously PM_SUSPEND_DISK (4) and is now "PMSG_SUSPEND" (3).

From: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-omap.c