summaryrefslogtreecommitdiff
path: root/common/keyboard_scan.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: test: Fix flaky keyboard_scan testTristan Honscheid2023-04-071-0/+11
* keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_IDFabio Baltieri2023-04-061-60/+0
* keyboard_scan: drop CONFIG_KEYBOARD_SUPPRESS_NOISEFabio Baltieri2023-04-061-5/+0
* keyboard: Wake up key scanner only if there are changesAndrew McRae2022-12-161-4/+10
* keyboard_scan: initialize variableBoris Mittelberg2022-11-111-0/+1
* zephyr: add keyboard factory test supportSue Chen2022-11-071-2/+11
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: tests: Test `kbpress` command from `common/keyboard_scan.c`Tristan Honscheid2022-09-081-1/+1
* zephyr: tests: Test command `ksstate` in `common/keyboard_scan.c`Tristan Honscheid2022-09-081-1/+13
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* keyboard_scan: skip ghost key detection at bootTing Shen2022-08-151-21/+31
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-2/+8
* common/keyboard_scan.c: Format with clang-formatJack Rosenthal2022-07-071-19/+19
* common/keyboard_scan.c: Format with clang-formatJack Rosenthal2022-07-011-49/+40
* Delbin-G: Support second keyboard matrixJacky_Wang2022-06-301-6/+51
* hooks: add HOOK_PRIO_POST_LIDKeith Short2022-03-291-1/+1
* KB: Implement antighost keyboard scannerParth Malkan2022-02-241-12/+105
* keyboard_scan: Modify factory test scan loopSue Chen2022-01-061-2/+2
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-291-2/+2
* tree: Remove .bss.slowTom Hughes2021-10-191-11/+11
* 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