summaryrefslogtreecommitdiff
path: root/common/power_button.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* test: Add tests for the powerbtn commandfirmware-ti50-mp-15090.B-mainNehemiah Dureus2022-09-021-2/+2
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* TCMPV2: Add USB PD power button support in S0/S0ix/S3 statesJameson Thies2022-08-161-13/+17
* power: Don't set the AP_IDLE flag if a power failure occurredPablo Ceballos2022-08-151-0/+5
* common/power_button.c: Format with clang-formatJack Rosenthal2022-07-011-11/+13
* hooks: add HOOK_PRIO_PRE_DEFAULTKeith Short2022-03-291-1/+1
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* power_button: Use polling instead of forever wait for releaseWai-Hong Tam2020-08-011-5/+10
* PB: Make CONFIG_POWER_BUTTON_INIT_IDLE commonDaisuke Nojiri2020-06-131-0/+31
* Button: Clean up button librarydnojiri2020-03-051-24/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* powerbtn/button: fix crash on 0ms sleepRuben Rodriguez Buchillon2019-01-241-1/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-3/+4
* cleanup: Fix signed vs unsigned typingShawn Nematbakhsh2016-02-031-1/+1
* Power Button: Wait for power button to be stable when waiting for releaseAlexandru M Stan2015-02-101-1/+39
* power_button: expose raw signal assertionAaron Durbin2014-08-211-2/+11
* power_button: allow to modify the active levelVincent Palatin2014-07-291-1/+7
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-2/+2
* Config option for using power button with lid closedstabilize-5414.Bstabilize-5412.BChromeOS Developer2014-02-011-1/+7
* Fix leaving keyboard scanning disabled on brief power button pressRandall Spangler2013-08-091-4/+4
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+135