From d1de07e67b2fc075dc29ae76161f75f2dd06caef Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 30 May 2010 02:22:13 +0000 Subject: [PATCH] Fix default acpi_bindings to use -1 for a status that we don't need to compare. SVN revision: 49319 --- config/standard/e.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/standard/e.src b/config/standard/e.src index 3c89790be..7225b59be 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1569,14 +1569,14 @@ group "E_Config" struct { group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 6; - value "status" int: 0; + value "status" int: -1; value "action" string: "halt_now"; value "params" string: "now"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 8; - value "status" int: 0; + value "status" int: -1; value "action" string: "suspend"; value "params" string: "now"; }