[Fso] [PATCH] Set oevents blink rate for gta04
Lukas Maerdian
luk at slyon.de
Sun Jul 6 13:20:16 CEST 2014
Thanks applied.
On 05.07.2014 15:46 UTC+0200, benjamin deering wrote:
> From: Ben Deering <ben_deering at swissmail.org>
>
> 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 <ben_deering at swissmail.org>
> ---
> 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..914626a 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")
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.goldelico.com/pipermail/fso/attachments/20140706/6d5f9dee/attachment.asc>
More information about the Fso
mailing list