summaryrefslogtreecommitdiff
path: root/common/keyboard_scan.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-1094/+0
* Drop some obsolete boardsJack Rosenthal2021-08-051-41/+0
* keyboard: Add strict debouncerDaisuke Nojiri2021-07-281-10/+39
* keyboard: Use __override for keyboard_scan_configDaisuke Nojiri2021-07-231-4/+1
* keyboard_scan: add overridable function for KEYBOARD_ROW_REFRESHBen Chen2021-06-101-2/+15
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2021-04-271-1/+1
* System: shutdown chipset before enter hibernateSue Chen2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+2
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+3
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-261-1/+1
* keyboard_scan: Update the default scan delay to compensate H1 signal delayWai-Hong Tam2020-05-111-0/+11
* common/vivaldi: Make the "Alt+VolUp+r" work on vivaldi keyboardsRajat Jain2020-04-211-1/+13
* common/keyboard_scan: Enable the SEARCH key in the default maskRajat Jain2020-03-031-1/+1
* keyboard_scan: detect inconsistent state in read_matrixTing Shen2019-12-121-17/+48
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+2
* printf: Convert %T to %pTEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+3
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* PoC: tablet-mode: Disable tablet mode in recovery bootDaisuke Nojiri2019-07-291-0/+11
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* keyboard_scan: Send kb events at start of debouncing period.Jes Klinke2019-06-111-40/+27
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-5/+5
* Keyboard: Consolidate keyboard factory testsDaisuke Nojiri2018-12-171-0/+63
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-24/+29
* keyboard: Ignore refresh button at bootDaisuke Nojiri2018-09-071-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