Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191698
Collapse All | Expand All

(-)tools/linux/hal-system-power-suspend-linux (+3 lines)
Lines 95-100 Link Here
95
	elif [ -x "/usr/sbin/pm-suspend" ] ; then
95
	elif [ -x "/usr/sbin/pm-suspend" ] ; then
96
		/usr/sbin/pm-suspend $QUIRKS
96
		/usr/sbin/pm-suspend $QUIRKS
97
		RET=$?
97
		RET=$?
98
	elif [ -x "/usr/sbin/hibernate-ram" ] ; then
99
		/usr/sbin/hibernate-ram
100
		RET=$?
98
	elif [ -w "/sys/power/state" ] ; then
101
	elif [ -w "/sys/power/state" ] ; then
99
	    # Use the raw kernel sysfs interface
102
	    # Use the raw kernel sysfs interface
100
	    echo "mem" > /sys/power/state
103
	    echo "mem" > /sys/power/state

Return to bug 191698