[Pkg-utopia-commits] r1065 - packages/unstable/hal/debian/patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Oct 18 19:20:01 UTC 2006


Author: sjoerd
Date: 2006-10-18 19:20:01 +0000 (Wed, 18 Oct 2006)
New Revision: 1065

Modified:
   packages/unstable/hal/debian/patches/07_ppc_suspend.patch
Log:
Massage a bit so 12_pegasus_pmu_crash_fix.patch actually applies...

Modified: packages/unstable/hal/debian/patches/07_ppc_suspend.patch
===================================================================
--- packages/unstable/hal/debian/patches/07_ppc_suspend.patch	2006-10-18 18:56:00 UTC (rev 1064)
+++ packages/unstable/hal/debian/patches/07_ppc_suspend.patch	2006-10-18 19:20:01 UTC (rev 1065)
@@ -14,7 +14,7 @@
  		can_hibernate = TRUE;
  	free (poweroptions);
  
-+	if (!strcmp(hal_device_property_get_string(d, "power_management.type"), "pmu")) {
++	if (strcmp(hal_device_property_get_string(d, "power_management.type"), "pmu") == 0) {
 +		/* We got our own helper for suspend PMU machines */
 +		can_suspend = TRUE;
 +	}




More information about the Pkg-utopia-commits mailing list