From: david-b@pacbell.net Date: Wed, 29 Jun 2005 13:59:14 +0000 (-0700) Subject: [PATCH] USB: ohci-omap pm updates X-Git-Tag: v2.6.13-rc3~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b404a5b02abf84812e5333bda201af464925d7a6;p=pandora-kernel.git [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 Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed