CVS commit by staikos: off-by-one M +2 -2 portable.cpp 1.82 --- kdeutils/klaptopdaemon/portable.cpp #1.81:1.82 @@ -900,5 +900,5 @@ int laptop_portable::has_hibernation() { if (::has_pmu()) - return 1; + return 0; if (::has_software_suspend(1)) // must be before acpi return 1;