summaryrefslogtreecommitdiff
path: root/common/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Add kbd command to print/set keyboard enable statusRandall Spangler2012-06-151-5/+31
* Misc keyboard module cleanupRandall Spangler2012-06-071-2/+3
* Assorted keyboard module cleanupRandall Spangler2012-05-311-9/+14
* Add host command to simulate key pressVic Yang2012-05-291-0/+15
* Better help for console commandsRandall Spangler2012-05-251-12/+27
* Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-241-7/+7
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-122/+86
* Fix some behaviors of keyboard command handlers.Louis Yung-Chieh Lo2012-05-171-22/+87
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-2/+2
* Remove unused uart.h includesRandall Spangler2012-04-251-1/+0
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-4/+0
* Refactor async console outputRandall Spangler2012-04-241-441/+436
* ASSERT() cleanup. Remove blocking assert macro to avoid attack.Louis Yung-Chieh Lo2012-04-241-16/+7
* Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-231-10/+49
* Tweaks to lightbar code, detect konami sequenceBill Richardson2012-04-191-0/+24
* Fixe the bug in keyboard state restore.Louis Yung-Chieh Lo2012-04-181-1/+2
* Fixed the bug that reboot_ec resets the keyboard state to disabled.Louis Yung-Chieh Lo2012-04-181-0/+16
* Support keyboard typematic.Louis Yung-Chieh Lo2012-04-171-4/+70
* Fix the SETREP and EX_SETLED state machine (keyboard module).Louis Yung-Chieh Lo2012-04-031-25/+58
* Keyboard wakeup.Louis Yung-Chieh Lo2012-03-201-0/+19
* Add ability to trigger both warm and cold resets.Randall Spangler2012-03-151-2/+5
* Debug command to simulate keystrokeVic Yang2012-03-141-0/+53
* Add keyboard controller reset command.Louis Yung-Chieh Lo2012-03-141-0/+7
* Only send power button pulse on lid-open when main chipset is offRandall Spangler2012-03-051-2/+0
* Add platform-neutral chipset interfaceRandall Spangler2012-03-051-5/+6
* x86power module is not present on bds boardRandall Spangler2012-02-271-7/+10
* Send scan code to host when power button is pressed/released.Louis Yung-Chieh Lo2012-02-101-5/+41
* Fix some scancodes: F1-F10, arrow keys, and search key.Louis Yung-Chieh Lo2012-02-061-16/+16
* Uses update_ctl_ram() in 'ctrlram' command.Louis Yung-Chieh Lo2012-02-061-1/+1
* Add ctrlram command to get/set controller RAM content.Louis Yung-Chieh Lo2012-02-061-0/+33
* Fix the missing IRQ problem.Louis Yung-Chieh Lo2012-02-021-22/+95
* register console commands at compile-timeVincent Palatin2012-01-241-14/+1
* Initial sources import 2/3Louis Yung-Chieh Lo2011-12-071-0/+489