summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
Commit message (Expand)AuthorAgeFilesLines
* console: Fix help for parse_boolEdward Hill2018-03-191-1/+1
* Fix keyboard in systemd-bootStefan Reinauer2017-10-191-13/+5
* keyboard_8042: ensure key scanning on when keyboard enabledStefan Reinauer2017-10-171-0/+2
* 8042: Fix error conditionMartin Roth2017-08-121-1/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* keyboard: Clear typematic when disabling keyboardDaisuke Nojiri2017-05-031-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-12/+6
* Keyboard: Add a macro to conditionally compile the console commandsVijay Hiremath2015-08-281-1/+2
* libsharedobjs: Add 8042 scancodes to shared lib.Aseda Aboagye2015-07-171-64/+1
* Queue: Add policies to queuesAnton Staaf2015-05-261-2/+2
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-1/+1
* Add demo_tap() function for lightbar demo modeBill Richardson2014-09-261-0/+3
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-26/+28
* Add cprints() and ccprints()Vic Yang2014-05-211-27/+27
* Retry 8042 keyboard interrupts if host isn't respondingRandall Spangler2014-04-051-2/+26
* i8042: add a console command to dump internal state.Louis Yung-Chieh Lo2014-04-041-6/+89
* 8042: Add typematic support for non-matrixed buttonsChromeOS Developer2014-03-251-17/+59
* Samus: Support capsense input as keyboard events.Bill Richardson2014-02-081-2/+4
* Fix set2 scancode for volume up media keyChromeOS Developer2014-02-081-2/+1
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-071-1/+2
* 8042: Add interface for handling off-matrix button changesChromeOS Developer2014-02-071-61/+95
* Add F13 to 8042 keyboard scan matrixDave Parker2014-01-141-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