summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
Commit message (Expand)AuthorAgeFilesLines
* Retry 8042 keyboard interrupts if host isn't respondingRandall Spangler2014-04-051-2/+26
* i8042: add a console command to dump internal state (cherry-pick).Louis Yung-Chieh Lo2014-04-041-6/+89
* 8042: Add typematic support for non-matrixed buttonsChromeOS Developer2014-02-261-15/+51
* Fix set2 scancode for volume up media keyChromeOS Developer2014-02-071-2/+1
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-041-1/+2
* 8042: Add interface for handling off-matrix button changesChromeOS Developer2014-02-031-61/+95
* Add F13 to 8042 keyboard scan matrixDave Parker2014-01-301-2/+2
* Pad jump tags to 4 bytes inside the system moduleRandall Spangler2013-11-051-1/+0
* Update keyboard scanmatrix for Japanese keyboards.Dave Parker2013-08-301-6/+6
* Remove unneeded includes of registers.hRandall Spangler2013-08-021-1/+0
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-241-5/+1
* Clean up and document keyboard config optionsRandall Spangler2013-07-231-1/+1
* Fixed two i8042 bugs.Louis Yung-Chieh Lo2013-07-231-12/+31
* keyboard: Preserve keystroke enable state.stabilize-daisy-4319.96.Brelease-R29-4319.BShawn Nematbakhsh2013-06-241-2/+5
* Split out power button code from switch.cRandall Spangler2013-04-251-28/+34
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-2/+2
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-10/+16
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-291-4/+4
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-291-31/+24
* Convert typematic task from countdown to deadline-basedRandall Spangler2013-03-291-52/+56
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-291-80/+245
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-291-76/+0
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-0/+1007