From c2c5fddf8d45c9a27bc1197f9ae28456ed7ce950 Mon Sep 17 00:00:00 2001 From: Ben Deering Date: Sat, 5 Jul 2014 09:46:27 -0400 Subject: [PATCH] Set oevents blink rate for gta04 Use a blink rate for gta04 oeventsd that is compatible with the led controller so it will continue to blink in suspend. Signed-off-by: Ben Deering --- etc/freesmartphone/oevents/om-gta04/rules.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/freesmartphone/oevents/om-gta04/rules.yaml b/etc/freesmartphone/oevents/om-gta04/rules.yaml index a89e6ba..b53b8d3 100644 --- a/etc/freesmartphone/oevents/om-gta04/rules.yaml +++ b/etc/freesmartphone/oevents/om-gta04/rules.yaml @@ -37,10 +37,10 @@ - while: NewMissedCalls() - actions: SetLed("gta04_green_aux", "blink") + actions: SetLed("gta04_green_aux", "blink", 128, 1024) - while: UnreadMessages() - actions: SetLed("gta04_red_aux", "blink") + actions: SetLed("gta04_red_aux", "blink", 128, 1024) - while: CallStatus() filters: @@ -75,7 +75,7 @@ - while: PowerStatus() filters: HasAttr(status, "critical") - actions: SetLed("gta04_red_power", "blink") + actions: SetLed("gta04_red_power", "blink", 512, 512) - while: PowerStatus() filters: HasAttr(status, "full") -- 2.11.4.GIT