Fix default acpi_bindings to use -1 for a status that we don't need to

compare.



SVN revision: 49319
This commit is contained in:
Christopher Michael 2010-05-30 02:22:13 +00:00
parent 9dabfbd360
commit d1de07e67b
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}