summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* 8042: Only send back ACK in response to reset command(0xff)Furquan Shaikh2019-06-051-3/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-1/+1
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-191-2/+2
* keyboard: display keycap label in key status debug messagesNamyoon Woo2018-09-131-1/+9
* keyboard: Move keyboard_special (lightbar demo) to samus/board.cHung-Te Lin2018-08-201-54/+0
* keyboard: Add CONFIG_KEYBOARD_SCANCODE_CALLBACK for board-specific hooks.Hung-Te Lin2018-08-171-0/+9
* keyboard: Change scan code magic values to enum.Hung-Te Lin2018-08-161-10/+13
* keyboard: Keep only scan code set 2 table and do translation for set 1.Hung-Te Lin2018-08-151-56/+32
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-1/+1
* keyboard_8042: Clear buffer before adding command byteFurquan Shaikh2018-07-251-0/+7
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-1/+1
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* console: Fix help for parse_boolEdward Hill2018-03-161-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