summaryrefslogtreecommitdiffstats
path: root/src/backlight/backlight.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* backlight: fix detection of multiple graphic cardsYu Watanabe2024-04-041-0/+4
* udev,backlight,kernel-install: reword sentences starting with "Skipping to"Zbigniew Jędrzejewski-Szmek2024-03-071-3/+3
* backlight: supprt ID_LEDS_CLAMP udev property for leds subsystem devicesYu Watanabe2024-01-031-13/+21
* Merge pull request #30591 from yuwata/device-utilLuca Boccassi2024-01-011-54/+26
|\
| * tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-221-54/+26
* | backlight: split out verb_load() and verb_save(), then use dispatch_verb()Yu Watanabe2023-12-221-57/+75
* | backlight: use WRITE_STRING_FILE_MKDIR_0755 flag on saveYu Watanabe2023-12-221-6/+1
* | backlight: split out read_saved_brightness()Yu Watanabe2023-12-221-26/+40
* | backlight: split out device_new_from_arg()Yu Watanabe2023-12-221-23/+43
* | backlight: split out build_save_file_path()Yu Watanabe2023-12-221-18/+44
* | backlight: move validity check of max_brightness to get_max_brightness()Yu Watanabe2023-12-221-14/+18
|/
* backlight: support to specify percentage of minimum brightnessYu Watanabe2023-10-061-7/+25
* reboot-util: cache the result of shall_restore_stateMike Yuan2023-08-131-1/+1
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-2/+1
* 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-01-311-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