summaryrefslogtreecommitdiff
path: root/src/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16backlight: Provide backlight_find_for_device() stub for BSDChris Wilson1-40/+46
2016-11-18backlight: Protect iface writes against signal interruptionsChris Wilson1-6/+22
2015-06-17backlight: Factor known names into preferred interfacesChris Wilson1-26/+34
2015-04-29backlight: Do not hang forever if helper pid is -1Olivier Fourdan1-1/+1
2015-03-25Use AC_HEADER_MAJOR to find how to include major()Chris Wilson1-0/+6
2015-01-26backlight.c: test for featuresPatrick Welche1-1/+1
2014-11-04backlight: bl_power uses 0 for on and 4 for offChris Wilson1-2/+4
2014-10-11backlight: Open bl_power using WRONLY for writing.Chris Wilson1-1/+1
2014-09-11backlight: Expose interface to switch backlight on/off entirelyChris Wilson1-0/+50
2014-08-21backlight: Move the fd out of the select rangeChris Wilson1-1/+1
2014-08-04backlight: Fix regressionEdward Sheldrake1-1/+1
2014-07-23backlight: Set structure to safe values when not initialisedChris Wilson1-5/+18
2014-06-18backlight: Fix compiler errorHans de Goede1-0/+2
2014-02-20backlight: Make search routine for device specific backlight commonChris Wilson1-0/+38
2014-02-18backlight: Build fixes for OpenBSDMark Kettenis1-1/+13
2014-02-17backlight: Drop rights before executing pkexecHans de Goede1-1/+6
2014-02-17backlight: Use System instead of system when checking for pkexecHans de Goede1-1/+2
2014-02-17backlight: Explain better why we support both pkexec and suid root for the he...Hans de Goede1-2/+4
2014-02-15backlight: tidy use of BACKLIGHT_CLASSChris Wilson1-1/+1
2014-02-15backlight: Reject user overrides on OpenBSDChris Wilson1-0/+3
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson1-26/+139
2014-02-15Backlight helper build fixesJan Alexander Steffens (heftig)1-3/+3
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson1-0/+318