summaryrefslogtreecommitdiff
path: root/common/button.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-892/+0
* mkbp: EC buttons and switches via MKBPBoris Mittelberg2021-05-101-4/+8
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-5/+4
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+3
* button: presss volume button detected by adcBen Chen2020-09-291-1/+7
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+4
* Allow both dedicated recovery button and volume buttonsAndrew McRae2020-09-181-5/+6
* sysrq: Ignore H1_EC_RECOVERY_BTN_ODLDaisuke Nojiri2020-08-141-1/+10
* config.h: Add CONFIG_DEDICATED_RECOVERY_BUTTON_2Andrew McRae2020-05-221-8/+46
* Button: add ectool command to simulate button presspandeyan2020-03-171-46/+87
* Button: Clean up button librarydnojiri2020-03-051-3/+3
* volteer: Configure EC_VOLUP_BTN_ODL for next buildKeith Short2020-02-271-5/+32
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* button: fix compile error when CONFIG_LED_COMMON not definedTing Shen2019-04-111-0/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* powerbtn/button: fix crash on 0ms sleepRuben Rodriguez Buchillon2019-01-241-1/+2
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-2/+2
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-2/+2
* config: Add CONFIG_BUTTON_TRIGGERED_RECOVERY.Aseda Aboagye2017-12-181-6/+22
* detachables: Updating button command to support multiple buttonsShelley Chen2017-11-291-30/+67
* buttons: Make buttons[] common.Aseda Aboagye2017-11-171-6/+37
* common/button: Ensure debug mode exits on timeoutFurquan Shaikh2017-08-071-7/+8
* Fizz: Boot automatically on recovery requestDaisuke Nojiri2017-07-141-0/+1
* button: Switch on recovery LED after entering recovery modeFurquan Shaikh2017-06-281-0/+17
* system: Add simplified sysrqDaisuke Nojiri2017-06-231-0/+41
* button: Implement emulated debug mode using buttons for detachablesFurquan Shaikh2017-06-151-0/+306
* button: Recovery on power-on resetDaisuke Nojiri2017-05-121-4/+14
* button: Allow board to define recovery buttonsDaisuke Nojiri2017-05-091-4/+15
* common/button: Blink LED for 3 seconds when setting recovery HW_REINITstabilize-9517.BFurquan Shaikh2017-05-021-0/+29
* common/button: Add support for HW_REINIT button comboFurquan Shaikh2017-05-021-0/+37
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-1/+1
* button: Check volume up/down status and set recovery modeNicolas Boichat2017-01-201-2/+12
* button: Add console command to simulate button pressVijay Hiremath2016-09-021-1/+85
* mkbp: Add keyboard_update_button().Aseda Aboagye2016-07-191-1/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-3/+6
* common: button: Add items to .bss.slow.Aseda Aboagye2015-11-091-2/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-3/+3
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-1/+1
* Only call button handler if keyboard protocol task definedChromeOS Developer2014-02-071-0/+2
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-071-0/+127