aboutsummaryrefslogtreecommitdiffstats
path: root/fsousaged
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-10-09 13:20:05 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-10-09 13:21:41 +0200
commit40f7d4e3bf27fc85af2b472d4274620f50a7aa86 (patch)
tree13c5a8921e6d3345d9101b1e0e6596c64acba4a7 /fsousaged
parent7abd7e2d5289514e1032d3e9c7751e1a715514be (diff)
downloadcornucopia-40f7d4e3bf27fc85af2b472d4274620f50a7aa86.tar.gz
cornucopia-40f7d4e3bf27fc85af2b472d4274620f50a7aa86.tar.bz2
cornucopia-40f7d4e3bf27fc85af2b472d4274620f50a7aa86.zip
fsousaged: configuration: switch the herring machine to android low level plugin
Herring is also known as crespo or nexus S Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'fsousaged')
-rw-r--r--fsousaged/conf/herring/fsousaged.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/fsousaged/conf/herring/fsousaged.conf b/fsousaged/conf/herring/fsousaged.conf
index e77feda0..9b37bd61 100644
--- a/fsousaged/conf/herring/fsousaged.conf
+++ b/fsousaged/conf/herring/fsousaged.conf
@@ -14,7 +14,7 @@ log_destination = /var/log/fsousaged.log
[fsousage]
# Which low level suspend/resume variant to use: none (default), kernel26, kernel26_staysalive, openmoko, palmpre
-lowlevel_type = kernel26
+lowlevel_type = android
# FOR DEBUGGING ONLY: Do not suspend, but instead sleep a couple of seconds
debug_do_not_suspend = 0
# FOR DEBUGGING ONLY: Mark suspend reason as user initiated
@@ -24,8 +24,11 @@ debug_enable_on_startup = 0
# FOR DEBUGGING ONLY: Whether resource activation should be synchronized with the registration lifecycle: always (default), startup, shutdown, never
sync_resources_with_lifecycle = always
-[fsousage.lowlevel_kernel26]
-# No settings yet
+[fsousage.lowlevel_android]
+# Which inputnode to use for power key wakeup
+wakeup_inputnode = 2
+# Key code of power key
+wakeup_powerkeycode = 116
[fsousage.dbus_service]
# No settings yet