From: Stefan Seyfried Date: Thu, 7 Dec 2006 04:34:21 +0000 (-0800) Subject: [PATCH] swsusp: fix platform mode X-Git-Tag: v2.6.20-rc1~145^2^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a05aac2631aa0e6494d9dc990f8c68ed8b8fde7;p=pandora-kernel.git [PATCH] swsusp: fix platform mode At some point after 2.6.13, in-kernel software suspend got "incomplete" for the so-called "platform" mode. pm_ops->prepare() is never called. A visible sign of this is the "moon" light on thinkpads not flashing during suspend. Fix by readding the pm_ops->prepare call during suspend. Signed-off-by: Stefan Seyfried Acked-by: "Rafael J. Wysocki" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed