[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Felix Huber felix.huber at schyf.de
Sat Aug 6 08:20:18 UTC 2011


The following commit has been merged in the debian branch:
commit ebb78cfa760ffeade1655a6e53efb0c373d00a91
Author: Felix Huber <felix.huber at schyf.de>
Date:   Sun Jan 23 14:40:56 2011 +0100

    oevents: add aux key rule

diff --git a/etc/freesmartphone/oevents/rules.yaml b/etc/freesmartphone/oevents/rules.yaml
index 21ec5e3..65d0644 100644
--- a/etc/freesmartphone/oevents/rules.yaml
+++ b/etc/freesmartphone/oevents/rules.yaml
@@ -152,3 +152,14 @@
     trigger: IdleState()
     filters: HasAttr(status, "idle_prelock")
     actions: SetDisplayBrightness("0", 0)
+-
+    #
+    # AUX Handling
+    #
+    trigger: InputEvent()
+    filters:
+             - HasAttr(switch, "AUX")
+             - HasAttr(event, "released")
+             - HasAttr(duration, 0)
+    actions: Command('/media/card/bin/hstoggle.sh')
+

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list