summaryrefslogtreecommitdiff
path: root/src/up-kbd-backlight.c
Commit message (Expand)AuthorAgeFilesLines
* UpKbdBacklight: Fix endless loop burning 100% CPU on keyboard plugoutHans de Goede2019-06-041-1/+6
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-4/+2
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* UpKbdBacklight: Send notifications about hardware brightness changesHans de Goede2017-02-151-0/+38
* UpKbdBacklight: Allow reading from alternate fd in _brightness_read()Hans de Goede2017-02-151-6/+6
* UpKbdBacklight: Add new BrightnessChangedWithSource signalHans de Goede2017-02-151-2/+11
* UpKbdBacklight: don't check the *end value when using g_ascii_strtollMarco Trevisan (Treviño)2016-05-251-1/+1
* UpKbdBacklight: don't cache the brightness level, always read it from sysfs a...Marco Trevisan (Treviño)2016-05-241-20/+49
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-1/+0
* daemon: make UpKbdBacklight a subclass of UpExportedKbdBacklightSkeletonCosimo Cecchi2015-07-291-12/+6
* daemon: port main() to GDBusCosimo Cecchi2015-07-291-31/+23
* daemon: port UpKbdBacklight to GDBusCosimo Cecchi2015-07-291-40/+55
* daemon: No warning with no LEDs classBastien Nocera2013-10-181-1/+2
* daemon: Simplify _new() functionsBastien Nocera2013-10-141-3/+1
* daemon: Avoid trying to close fd that wasn't openedBastien Nocera2013-10-141-1/+2
* Revert "Add option to run daemon on the session bus for testing"Martin Pitt2013-02-201-1/+1
* Add option to run daemon on the session bus for testingMartin Pitt2011-04-261-1/+1
* Port from EggDebug to the GLib built-in logging frameworkRichard Hughes2010-11-011-12/+10
* Keyboard backlight of zero is not an errorAlex Murray2010-10-181-4/+5
* Add support for controlling leds keyboard backlightsAlex Murray2010-10-111-0/+319