On 06/07/14 00:14, Luke Nath wrote:
Hi Ed, pm-is-supported does not output anything. Exit status is 0. To wit:
# pm-is-supported --suspend # echo $? 0 # pm-is-supported --hibernate # echo $? 0 # pm-is-supported --suspend-hybrid # echo $? 0 #
RETURN VALUE The result of the test for a certain powermanagement state is defined by the following exit codes.
Code Diagnostic 0 State available. 1 State NOT available.
So, they are all supported by your hardware....