- 14 Nov, 2020 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
Use a separate group for users that should be able to access the LED devices.
-
Guido Gunther authored
The names changed in device tree which tickles up into userspace.
-
- 26 Oct, 2020 1 commit
-
-
- 25 Oct, 2020 1 commit
-
-
Luca Weiss authored
The fbd_dev_led_set_brightness function is only getting called with parameter 0 at the moment so this was never noticed.
-
- 30 Sep, 2020 2 commits
-
-
Guido Gunther authored
This allow us to get debs quicker
-
Guido Gunther authored
This allows pa to cork, duck, etc.
-
- 26 Jul, 2020 1 commit
-
-
Guido Gunther authored
-
- 24 Jul, 2020 9 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
This is not a critical since we prevented submitting initially but daemon cleanup processes all entries in the theme.
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This plugs a leak.
-
Guido Gunther authored
Instead of freeing each elemnt after each iteration and then the list itself at the very end just fully free the list. g_autoslist does not work well on oder glib so do that manually. This is just cosmetics.
-
Guido Gunther authored
-
Guido Gunther authored
This allows to reuse the feedback handler and we check the reason in the actual test function anyway.
-
Guido Gunther authored
We tell the caller so debug level is enough
-
- 22 Jul, 2020 7 commits
-
-
This avoids criticals when there's sound device available. We can also be more precise about the reason why feedback ended.
-
This avoids criticals when there's no periodic vibra available.
-
This avoids criticals when there's no rumble vibra available.
-
This avoids criticals when there's no Leds available.
-
If we don't find any usable feedbacks for an event return FBD_EVENT_END_REASON_NOT_FOUND.
-
-
This allows to check if a feedback type is available at all.
-
- 20 Jul, 2020 1 commit
-
-
Guido Gunther authored
This is quite common so don't fill the logs at normal debug levels but be more specific about what is missing.
-
- 14 Jul, 2020 3 commits
-
-
Failing to do so will always select the first recognized LED (the blue one for the PinePhone).
-
Arnaud Ferraris authored
-
Guido Gunther authored
-
- 13 Jul, 2020 4 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
This is needed to properly test aync where we have the finished async event handler and the signal.
-
Guido Gunther authored
Otherwise the event state is not updated properly
-
Guido Gunther authored
They just inidicate that we talked to feedbackd succesfully.
-
- 12 Jul, 2020 3 commits
-
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
Lintian issues a warning if short description is empty.
-
Arnaud Ferraris authored
-
- 10 Jul, 2020 5 commits
-
-
Guido Gunther authored
-
This ensures we get tighter dependencies when built against this version with new symbols. We don't bother with individual symbols yet.
-
We allowed set the global profile via `-P` use it as per event profile when used with `-E`. Ironically the manpage always said it'd be that way.
-
-
This allows to specify the feedback profile to use for this particular event.
-