summaryrefslogtreecommitdiff
path: root/plugins/power/gsd-backlight-helper.c
Commit message (Expand)AuthorAgeFilesLines
* power: Do not print an error for failures from realpathBenjamin Berg2021-11-301-8/+4
* power: Add missing error checking to realpath callBenjamin Berg2020-02-291-0/+5
* power: Simplify backlight helper to only support writingBenjamin Berg2018-09-271-220/+93
* power: Fix a crash when reading invalid backlight valuesRui Matos2015-05-191-0/+3
* power: On raw backlight types, clamp the value to a minumumRui Matos2015-02-161-0/+29
* power: Return the backlight type along with the file pathRui Matos2015-02-161-1/+2
* power: Refactor the backlight helper a bitRui Matos2015-02-161-16/+55
* power: Split off udev backlight enumeration functionBastien Nocera2013-01-231-44/+2
* power: Fix prototype to gsd_backlight_helper_get_best_backlight()Bastien Nocera2013-01-231-1/+1
* Remove calls to g_type_init(), bump GLib required versionColin Walters2012-10-291-3/+0
* power: Fix "no devices" error path in gsd-backlight-helperBastien Nocera2012-10-111-4/+6
* trivial: Fix unused-variable compile warningRichard Hughes2012-03-191-1/+0
* power: Don't print a message when no backlights are detectedRichard Hughes2012-03-181-1/+0
* power: Fix bizarre commentBastien Nocera2012-03-051-1/+1
* power: Remove obsolete checkBastien Nocera2012-03-051-9/+0
* Drop buggy error handling leading to a segfaultSebastien Bacher2012-02-201-3/+1
* power: Use GUdev in the backlight helperRichard Hughes2012-02-031-96/+30
* power: Use the kernel-supplied backlight type rather than a whitelistRichard Hughes2012-02-021-41/+93
* power: Add support for another EeePC backlightShih-Yuan Lee2012-02-011-0/+1
* power: Add support for Dell backlightsBastien Nocera2012-01-251-0/+1
* power: Add a backlight helper, as xbacklight isn't always presentRichard Hughes2011-08-041-0/+271