summaryrefslogtreecommitdiff
path: root/src/up-kbd-backlight.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-15UpKbdBacklight: Send notifications about hardware brightness changesHans de Goede1-0/+38
2017-02-15UpKbdBacklight: Allow reading from alternate fd in _brightness_read()Hans de Goede1-6/+6
2017-02-15UpKbdBacklight: Add new BrightnessChangedWithSource signalHans de Goede1-2/+11
2016-05-25UpKbdBacklight: don't check the *end value when using g_ascii_strtollMarco Trevisan (Treviño)1-1/+1
2016-05-24UpKbdBacklight: don't cache the brightness level, always read it from sysfs a...Marco Trevisan (Treviño)1-20/+49
2015-07-29daemon: remove custom marshal setupCosimo Cecchi1-1/+0
2015-07-29daemon: make UpKbdBacklight a subclass of UpExportedKbdBacklightSkeletonCosimo Cecchi1-12/+6
2015-07-29daemon: port main() to GDBusCosimo Cecchi1-31/+23
2015-07-29daemon: port UpKbdBacklight to GDBusCosimo Cecchi1-40/+55
2013-10-18daemon: No warning with no LEDs classBastien Nocera1-1/+2
2013-10-14daemon: Simplify _new() functionsBastien Nocera1-3/+1
2013-10-14daemon: Avoid trying to close fd that wasn't openedBastien Nocera1-1/+2
2013-02-20Revert "Add option to run daemon on the session bus for testing"Martin Pitt1-1/+1
2011-04-26Add option to run daemon on the session bus for testingMartin Pitt1-1/+1
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-12/+10
2010-10-18Keyboard backlight of zero is not an errorAlex Murray1-4/+5
2010-10-11Add support for controlling leds keyboard backlightsAlex Murray1-0/+319