From 55fad2b2f32b00bb5bcb09fb9c58d6f0ab3ce646 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 29 May 2010 19:59:54 +0000 Subject: [PATCH] Add default acpi bindings to config source. Enable conf_acpibindings module by default. SVN revision: 49310 --- config/standard/e.src | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config/standard/e.src b/config/standard/e.src index 8ca9e4bb7..3eb539424 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -512,6 +512,14 @@ group "E_Config" struct { value "priority" int: 0; } } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "conf_acpibindings"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + } group "themes" list { group "E_Config_Theme" struct { value "category" string: "theme"; @@ -1538,6 +1546,38 @@ group "E_Config" struct { value "params" string: "1"; } } + group "acpi_bindings" list { + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 0; + value "action" string: "dim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 1; + value "action" string: "undim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 5; + value "status" int: 0; + value "action" string: "suspend"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 6; + value "status" int: 0; + value "action" string: "halt_now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 8; + value "status" int: 0; + value "action" string: "suspend"; + } + } value "window_placement_policy" int: 0; value "focus_policy" int: 2; value "focus_setting" int: 3;