summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1328/+0
* mkbp: EC buttons and switches via MKBPBoris Mittelberg2021-05-101-2/+4
* zephyr: shim keyboard_8042 functionJunLin2021-02-031-9/+0
* zephyr: Enable the '8042' commandSimon Glass2020-11-071-20/+18
* zephyr: Allow keyboard_8042 to build with zephyrSimon Glass2020-11-061-5/+30
* Keyboard: Add AP wakeup to PS2 trackpoint interruptJosie Nordrum2020-10-071-0/+5
* keyboard_8042: Send aux data to host from interrupt context.Edward Hill2020-07-241-7/+22
* common: Make scancode table always mutableRajat Jain2020-04-211-3/+3
* common/keyboard_8042: Add ability to send/receive AUX dataRaul E Rangel2020-03-021-24/+75
* common/keyboard_8042: Add logging to keyboard_clear_bufferRaul E Rangel2020-03-021-0/+4
* common/keyboard_8042: Update kblog while holding mutexRaul E Rangel2020-03-021-2/+3
* common/keyboard_8042: Add ability to specify 8042 channelRaul E Rangel2020-02-271-13/+32
* common/keyboard_8042: Track aux chan enable and aux irq enableRaul E Rangel2020-02-271-0/+33
* common/keyboard_8042: Rename i8042_irq_enabledRaul E Rangel2020-02-271-5/+5
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-2/+2
* 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