The device names for the LEDs in the GTA02 have changed.  This was found by 
Sebastian Görgen.
---
 etc/freesmartphone/oevents/om-gta02/rules.yaml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/freesmartphone/oevents/om-gta02/rules.yaml 
b/etc/freesmartphone/oevents/om-gta02/rules.yaml
index 8f7e2a7..b0264c1 100644
--- a/etc/freesmartphone/oevents/om-gta02/rules.yaml
+++ b/etc/freesmartphone/oevents/om-gta02/rules.yaml
@@ -37,11 +37,11 @@
 
 #-
 #    while: NewMissedCalls()
-#    actions: SetLed("gta02_red_aux", "blink")
+#    actions: SetLed("gta02redaux", "blink")
 #
 -
     while: UnreadMessages()
-    actions: SetLed("gta02_red_aux", "blink")
+    actions: SetLed("gta02redaux", "blink")
 
 -
 #    while: CallStatus()
@@ -61,15 +61,15 @@
 -
     while: PowerStatus()
     filters: HasAttr(status, "charging")
-    actions: SetLed("gta02_orange_power", "light")
+    actions: SetLed("gta02orangepower", "light")
 -
     while: PowerStatus()
     filters: HasAttr(status, "critical")
-    actions: SetLed("gta02_orange_power", "blink")
+    actions: SetLed("gta02orangepower", "blink")
 -
     while: PowerStatus()
     filters: HasAttr(status, "full")
-    actions: SetLed("gta02_blue_power", "light")
+    actions: SetLed("gta02bluepower", "light")
 -
     trigger: PowerStatus()
     filters: HasAttr(status, "empty")
-- 
1.7.1


_______________________________________________
Smartphones-userland mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to