summaryrefslogtreecommitdiff
path: root/pm/functions
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-03-13 14:05:51 +0000
committerPeter Jones <pjones@redhat.com>2007-03-13 14:05:51 +0000
commitfaffa6b4fb3cfbd2df7f861cc121dd4ff36739cb (patch)
treeb1d1b47e7f75aa82b272c74909447cc5b53fa4b5 /pm/functions
parent428355d0870d7c4419a00753e9297e8160602784 (diff)
- add pm-is-supported
- add pm-suspend-hybrid
Diffstat (limited to 'pm/functions')
-rwxr-xr-xpm/functions5
1 files changed, 5 insertions, 0 deletions
diff --git a/pm/functions b/pm/functions
index 7407db3..c62772b 100755
--- a/pm/functions
+++ b/pm/functions
@@ -143,6 +143,11 @@ do_hibernate()
echo -n "disk" > /sys/power/state
}
+do_suspend_hybrid()
+{
+ return 1
+}
+
pm_main()
{
if [ -n "$PM_LOGFILE" ]; then