From f4d8204f497abc540365afe7b3381ddc066ede00 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 29 May 2010 20:06:31 +0000 Subject: [PATCH] Add missing params to acpi_binding struct(s). SVN revision: 49311 --- config/standard/e.src | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/standard/e.src b/config/standard/e.src index 3eb539424..3c89790be 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1564,18 +1564,21 @@ group "E_Config" struct { value "type" int: 5; value "status" int: 0; value "action" string: "suspend"; + value "params" string: "now"; } group "E_Config_Binding_Acpi" struct { value "context" int: 0; value "type" int: 6; value "status" int: 0; 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 "action" string: "suspend"; + value "params" string: "now"; } } value "window_placement_policy" int: 0;