Holger Macht wrote:
> 
> Thanks for the patch, I've committed it. However, my system is currently
> broken (cannot compile c++ programs), so I could not test it. I'll do a
> release as soon as I've verified that it's working.

Thanks for committing the patch. It seems though that there is a
difference between the patch I sent and what you committed (diff
attached). Did you find something wrong with the patch?

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
--- user_binary/powersave.cpp	2008-02-03 22:02:16.000000000 +0100
+++ /home/michael/svn/powersave/powersave/user_binary/powersave.cpp	2008-01-28 18:01:26.000000000 +0100
@@ -632,7 +632,7 @@
 
 	 if (SUSPEND_TO_RAM) {
 		 int supported;
-		 if (liblazy_hal_get_property_bool(HAL_UDI_COMPUTER,
+		 if (!liblazy_hal_get_property_bool(HAL_UDI_COMPUTER,
 						   "power_management.can_suspend", &supported)
 			 || supported != 1) {
 			 printf("Suspend to ram is not supported.\n");

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
powersave-devel mailing list
powersave-devel@forge.novell.com
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to