summaryrefslogtreecommitdiff
path: root/test/kb_8042.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* 8042: Add tests for more atkbd and 8042 controller commandsRaul E Rangel2022-08-221-1/+219
* 8042: Add tests that verify keyboard inhibit behaviorRaul E Rangel2022-08-221-0/+122
* 8042: Abort test runner if the test gets into a bad stateRaul E Rangel2022-08-221-4/+12
* 8042: Merge aux_to_host and kbd/ctrl to host queues in kb_8042 testRaul E Rangel2022-08-221-70/+90
* 8042: Fix test_power_buttonRaul E Rangel2022-08-221-0/+5
* 8042: Add some keyboard inhibit unit testsRaul E Rangel2022-08-201-0/+58
* 8042: Move VERIFY_AUX methods so they are next to VERIFY_LPC_CHARRaul E Rangel2022-08-191-31/+31
* 8042: Rework mock lpc_keyboard_put_char to use a queueRaul E Rangel2022-08-191-52/+62
* 8042: Add return code to read_cmd_byteRaul E Rangel2022-08-191-12/+19
* 8042: Add return values to test helpers and convert to macrosRaul E Rangel2022-08-191-31/+47
* 8042: Add unit tests for AUX portRaul E Rangel2022-08-191-0/+188
* 8042: Rename I8042_CMD to ATKBD_CMD and move to a different fileRaul E Rangel2022-08-181-4/+5
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-1/+2
* test/kb_8042.c: Format with clang-formatJack Rosenthal2022-07-011-11/+11
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* tests/kb_8042: Add vivaldi keyboard testsRajat Jain2020-04-271-0/+70
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Fix kb_8042 testVic (Chun-Ju) Yang2014-01-081-0/+2
* Emulator support of fake GPIO inputVic Yang2013-10-011-21/+6
* Test power button in kb_8042 testVic Yang2013-07-231-0/+48
* Test sysjump tag in kb_8042 testVic Yang2013-07-231-4/+38
* Add I8042 keyboard unit testVic Yang2013-07-111-0/+206