e - fix profiles to have correct adjust value for bl adjust in bindings

@fix
This commit is contained in:
Carsten Haitzler 2015-05-21 13:43:00 +09:00
parent 591a3752e6
commit 28e0c783b3
2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@ group "E_Config_Bindings" struct {
value "type" int: 15;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "-0.1";
value "params" string: "-10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 16;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "0.1";
value "params" string: "10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;

View File

@ -6,14 +6,14 @@ group "E_Config_Bindings" struct {
value "type" int: 15;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "-0.1";
value "params" string: "-10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 16;
value "status" int: -1;
value "action" string: "backlight_adjust";
value "params" string: "0.1";
value "params" string: "10";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;