tests: Don't check end reason in feedback handler
This allows to reuse the feedback handler and we check the reason in the actual test function anyway.
View Articlefeedback-manager: Deeply free the feedback list
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...
View Articlefeedback-led: Don't try to stop led when there's no led device
This is not a critical since we prevented submitting initially but daemon cleanup processes all entries in the theme.
View Articlefbd-dev-leds: fix brightness parameter
The fbd_dev_led_set_brightness function is only getting called with parameter 0 at the moment so this was never noticed.
View Articleudev: Update led maching for the librem5
The names changed in device tree which tickles up into userspace.
View Articledebian: Don't abuse the video group
Use a separate group for users that should be able to access the LED devices.
View Articledata/meson.build: fix validating theme files
The foreach loop was not used to validate all the include theme files
View Articlemeson.build: compile GLib schemas on install
Run a script as a post install to make sure that all GLib schemas are compiled
View Articlefbd-feedback-manager: Allow device-specific feedbackd themes
Reads the compatible list of the device and tries to find a device-specific theme file in all directories. If no configuration is found, we fall back to a default theme file. The device-specific theme...
View Articlefeedback-manager: Fix formatting
It was off in several places. Now that there's no outstanding MRs clean it up via uncrustify --replace -c phosh.cfg src/fbd-feedback-manager.c
View Article