summaryrefslogtreecommitdiff
path: root/test/kb_scan.c
Commit message (Expand)AuthorAgeFilesLines
* test/kb_scan: Add 1ms delay at the beginning of each test stepRob Barnes2022-11-091-0/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-2/+2
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-2/+4
* test/kb_scan.c: Format with clang-formatJack Rosenthal2022-06-281-15/+12
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-1/+3
* keyboard: Add strict debouncerDaisuke Nojiri2021-07-281-2/+156
* keyboard: Restore kb_scan testDaisuke Nojiri2021-07-231-8/+15
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2021-04-271-1/+1
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* 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
* keyboard_scan: Send kb events at start of debouncing period.Jes Klinke2019-06-111-36/+78
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-2/+2
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* common: Add new recovery mode button combinationFurquan Shaikh2016-11-081-2/+2
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-0/+6
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-2/+6
* Add boot key testVic Yang2013-09-051-2/+81
* More keyboard scan testVic Yang2013-06-181-7/+115
* Put test utility macros in headerVic Yang2013-05-081-52/+21
* Speed up mutex and kb_scan testVic Yang2013-05-081-1/+1
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-4/+3
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-6/+9
* Fix kb_scan test when CONFIG_LID_SWITCH is not definedVic Yang2013-04-291-0/+6
* Add test for keyboard disabling when lid closedVic Yang2013-04-241-0/+28
* Add debounce test to kb_deghost and change name to kb_scanVic Yang2013-04-131-0/+246