- Nov 14, 2020
-
-
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.
-
- Oct 26, 2020
-
-
- Oct 25, 2020
-
-
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.
-
- Sep 30, 2020
-
-
Guido Gunther authored
This allow us to get debs quicker
-
Guido Gunther authored
This allows pa to cork, duck, etc.
-
- Jul 26, 2020
-
-
Guido Gunther authored
-
- Jul 24, 2020
-
-
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
-
- Jul 22, 2020
-
-
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.
-
- Jul 20, 2020
-
-
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.
-
- Jul 14, 2020
-
-
Failing to do so will always select the first recognized LED (the blue one for the PinePhone).
-
Arnaud Ferraris authored
-
Guido Gunther authored
-
- Jul 13, 2020
-
-
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.
-
- Jul 12, 2020
-
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
Lintian issues a warning if short description is empty.
-
Arnaud Ferraris authored
-
- Jul 10, 2020
-
-
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.
-