---
 pm/module.d/uswsusp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp
index d2c50c4..8c0d4a4 100644
--- a/pm/module.d/uswsusp
+++ b/pm/module.d/uswsusp
@@ -19,7 +19,9 @@ do_hibernate()
 }
 
 check_suspend_hybrid() {
-       grep -q mem /sys/power/state && command_exists s2both
+       grep -q mem /sys/power/state && \
+       command_exists s2both && \
+       check_hibernate
 }
 
 do_suspend_hybrid()
-- 
1.5.3.8

_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to