summaryrefslogtreecommitdiff
path: root/common/keyboard_backlight.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: test: Test `kblight` console commandTristan Honscheid2022-09-201-0/+7
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/keyboard_backlight.c: Format with clang-formatJack Rosenthal2022-06-291-14/+14
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-2/+3
* kblight: Initialize on AP startupDaisuke Nojiri2022-06-081-0/+6
* RGBKBD: Add reset, enable, disable, scale console commandsDaisuke Nojiri2022-05-191-2/+3
* RGBKBD: Move initialization to keyboard backlightDaisuke Nojiri2022-05-021-4/+18
* RGBKBD: Support backlight control via ACPIDaisuke Nojiri2022-04-131-3/+6
* Zephyr: Create a CONFIG for keyboard backlight enableDiana Z2022-01-271-2/+2
* ec: Implement keyboard backlight get enabledJeremy Bettis2021-11-031-2/+15
* tree: Make all host commands staticTom Hughes2021-10-151-2/+4
* kblight: Don't leave kblight enable state undeterminedRob Barnes2021-05-171-0/+2
* kblight: Set kb backlight enable gpiostabilize-13974.B-mainRob Barnes2021-05-141-0/+4
* kblight: Unify the behavior with the general PWM driverWai-Hong Tam2020-07-101-2/+6
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* kblight: Remove dependency on PWMDaisuke Nojiri2019-04-041-0/+2
* kblight: fix bounds checks on backlight intensityCaveh Jalali2018-08-151-1/+1
* kblight: Add keyboard backlight control moduleDaisuke Nojiri2018-05-111-0/+149