summaryrefslogtreecommitdiff
path: root/common/keyboard_scan.c
Commit message (Expand)AuthorAgeFilesLines
* keyboard: Ignore refresh button at bootDaisuke Nojiri2018-09-181-2/+0
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-1/+1
* ec/google: Add command to fetch keyboard ID from ECparis_yeh2018-06-201-0/+21
* keyboard_scan: Add "ksstate force" to always scan KB matrixNicolas Boichat2018-06-081-3/+9
* keyboard_scan: Add option to support keyboards with language IDparis_yeh2018-05-301-0/+37
* keyboard_scan: Add refresh and power button boot key optionsEdward Hill2018-05-161-6/+10
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-051-0/+16
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* keyboard_scan: Add option to not handle boot key combinationsNicolas Boichat2017-05-081-0/+8
* keyboard_scan: Add option to not handle special key combinationsNicolas Boichat2017-05-081-0/+4
* keyboard: Clear typematic when disabling keyboardDaisuke Nojiri2017-05-031-2/+4
* keyboard: Always call keyboard_state_changedNicolas Boichat2016-11-171-3/+5
* include/host_command: Conditionally define host event functionsNicolas Boichat2016-11-161-0/+2
* common: Add new recovery mode button combinationFurquan Shaikh2016-11-081-36/+45
* Use CONFIG_KEYBOARD_DEBUG for keyboard debug printfGwendal Grignou2016-10-081-3/+11
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* keyboard_scan: Support boot key recognition with stuck KSI2Shawn Nematbakhsh2016-06-301-0/+15
* lid_switch: disable keyboard scan based on the initial lid stateKevin K Wong2016-06-131-0/+1
* ectool: Support keyboard factory scanningDevn Lu2016-04-011-0/+24
* keyboard: Fix kbpress after recent keyboard changeDouglas Anderson2016-01-041-1/+11
* keyboard: prevent races enabling/disabling kb scanningDouglas Anderson2015-12-141-26/+46
* common: keyboard_scan: Add items to .bss.slow.Aseda Aboagye2015-11-111-12/+19
* Keyboard: Add a macro to conditionally compile the console commandsVijay Hiremath2015-08-281-1/+2
* samus: change charge override hot keys to ctrl+search+0|1|2Alec Berg2015-01-241-36/+32
* samus: add hot keys alt+voldown+0|1|2 to set charging portstabilize-6662.BAlec Berg2015-01-071-0/+45
* Add cprints() and ccprints()Vic Yang2014-05-211-6/+7
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-1/+2
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-31/+33
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-271-7/+8
* Fix watchdog in keyboard scan if key outside mask pressedtest-5394.BRandall Spangler2014-01-291-3/+12
* Add F13 to 8042 keyboard scan matrixDave Parker2014-01-141-1/+1
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-6/+58
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-6/+1
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-141-0/+27
* Wake keyboard task when lid opensRandall Spangler2013-09-301-0/+13
* Update keyboard scanmatrix for Japanese keyboards.Dave Parker2013-08-301-1/+1
* Clean up and document keyboard config optionsRandall Spangler2013-07-231-1/+2
* do not store the keyboard state on the stackVincent Palatin2013-05-141-1/+1
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-241-19/+13
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-3/+3
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-12/+6
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-291-71/+219
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-0/+502