]> git.karo-electronics.de Git - karo-tx-linux.git/commit
swsusp: fix sysfs interface
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 17 May 2007 05:11:19 +0000 (22:11 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 17 May 2007 12:23:05 +0000 (05:23 -0700)
commit8d98a690f58e0d6ecf424b7ca84488475cf87bd9
tree09adca50773f465b75fc04682377bfaa40c72876
parent7925409e202a41176b729671eab6e610a54153cd
swsusp: fix sysfs interface

The sysfs files /sys/power/disk and /sys/power/state do not work as
documented, since they allow the user to write only a few initial
characters of the input string to trigger the option (eg.  'echo pl >
/sys/power/disk' activates the platform mode of hibernation).  Fix it.

Special thanks to Peter Moulder <Peter.Moulder@infotech.monash.edu.au> for
pointing out the problem.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/power/disk.c
kernel/power/main.c