[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.9.5.9+git20110512-1-44-g2b0bd1a

Sebastian Krzyszkowiak dos at dosowisko.net
Tue May 15 11:58:55 UTC 2012


The following commit has been merged in the debian branch:
commit 1f3a311a84a51b7e4e2709a25c10e45433f7730e
Author: Sebastian Krzyszkowiak <dos at dosowisko.net>
Date:   Mon Aug 22 16:43:30 2011 +0200

    conf: update oeventsd's rules.yaml for Nokia N900 to support LEDs again

diff --git a/etc/freesmartphone/oevents/nokia900/rules.yaml b/etc/freesmartphone/oevents/nokia900/rules.yaml
index c01bac8..c8473bc 100644
--- a/etc/freesmartphone/oevents/nokia900/rules.yaml
+++ b/etc/freesmartphone/oevents/nokia900/rules.yaml
@@ -37,11 +37,11 @@
 
 #-
 #    while: NewMissedCalls()
-#    actions: SetLed("lp5523_b", "blink")
+#    actions: SetLed("lp5523_channel4", "blink") # blue led
 #
 -
     while: UnreadMessages()
-    actions: SetLed("lp5523_b", "blink")
+    actions: SetLed("lp5523_channel4", "blink") # blue led
 
 -
 #    while: CallStatus()
@@ -61,15 +61,15 @@
 -
     while: PowerStatus()
     filters: HasAttr(status, "charging")
-    actions: SetLed("lp5523_r", "light")
+    actions: SetLed("lp5523_channel6", "light") # red led
 -
     while: PowerStatus()
     filters: HasAttr(status, "critical")
-    actions: SetLed("lp5523_r", "blink")
+    actions: SetLed("lp5523_channel6", "blink") # red led
 -
     while: PowerStatus()
     filters: HasAttr(status, "full")
-    actions: SetLed("lp5523_g", "light")
+    actions: SetLed("lp5523_channel5", "light") # green led
 -
     trigger: PowerStatus()
     filters: HasAttr(status, "empty")
@@ -78,11 +78,11 @@
     while: InputEvent()
     filters:
              - HasAttr(switch, "SLIDER")
-             - HasAttr(event, "pressed")
+             - HasAttr(event, "released")
     actions:
-             - SetLed("lp5523_kb1", "light")
-             - SetLed("lp5523_kb2", "light")
-             - SetLed("lp5523_kb3", "light")
-             - SetLed("lp5523_kb4", "light")
-             - SetLed("lp5523_kb5", "light")
-             - SetLed("lp5523_kb6", "light")
+             - SetLed("lp5523_channel0", "light")
+             - SetLed("lp5523_channel1", "light")
+             - SetLed("lp5523_channel2", "light")
+             - SetLed("lp5523_channel3", "light")
+             - SetLed("lp5523_channel7", "light")
+             - SetLed("lp5523_channel8", "light") # keyboard leds

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list