summaryrefslogtreecommitdiff
path: root/src/backlight
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* backlight: fix issue on multiple graphics cards systemYu Watanabe2022-08-171-1/+61
* backlight: filter out unnecessary backlight devices by device enumeratorYu Watanabe2022-08-171-7/+12
* backlight: add/update several logs for validating backlight devicesYu Watanabe2022-08-171-27/+46
* backlight: accept embedded display port named e.g. card0-eDP-1Yu Watanabe2022-08-091-1/+1
* tree-wide: unify some code that looks for --help in the command lineLennart Poettering2022-03-311-2/+3
* backlight: ignore error if the backlight device is already removedYu Watanabe2022-01-051-2/+10
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* backlight: refactor get_max_brightness() to appease gccZbigniew Jędrzejewski-Szmek2021-04-011-10/+11
* backlight: reindent commentsYu Watanabe2021-02-221-32/+22
* backlight: reduce indentation a bitYu Watanabe2021-02-221-4/+2
* backlight: same_device() may return negative errnoYu Watanabe2021-02-221-1/+1
* backlight: exit earlier when unknown verb is specifiedYu Watanabe2021-02-221-1/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+6
* backlight: add several debug logs and adjust log level of non critical errorYu Watanabe2020-11-231-2/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* various: remove assignments of unread variablesZbigniew Jędrzejewski-Szmek2020-09-221-1/+1
* backlight: validate read sysattr valueYu Watanabe2020-09-111-51/+76
* backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not setYu Watanabe2020-09-111-1/+2
* Add simple usage message to systemd-backlight (#16709)Plan C2020-08-281-0/+28
* backlight: read current backlight brightness from 'actual_brightness' attributeYu Watanabe2020-06-301-4/+32
* backlight: call log_setup_service() before loggingYu Watanabe2020-06-301-2/+2
* backlight: use SYNTHETIC_ERRNO() macroYu Watanabe2020-06-301-20/+10
* util-lib: move shall_restore_state() to shared/reboot-utilZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+4
* backlight: handle loading truncated fileTopi Miettinen2019-02-021-1/+1
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-3/+1
* backlight: use DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-57/+37
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* backlight: use log_device_*()Yu Watanabe2018-10-231-15/+17
* tree-wide: use streq() instead of streq_ptr()Yu Watanabe2018-09-231-2/+2
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-6/+2
* backlight: do not unref parent deviceYu Watanabe2018-09-071-5/+4
* backlight: replace udev_device by sd_deviceYu Watanabe2018-08-231-150/+166
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-4/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* backlight: use current brightness if no saved value to trigger clamping (#8526)Sebastian Reichel2018-03-281-5/+40
* backlight: minor modernizations (#8528)Lennart Poettering2018-03-231-16/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* systemctl,networkctl,busctl,backlight: use STRPTR_IN_SETZbigniew Jędrzejewski-Szmek2016-09-241-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-1/+1