summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: test: Test 8042 keyboard command handlersTristan Honscheid2023-05-171-0/+2
* zephyr: test: Test keyboard_8042.c console commandsTristan Honscheid2023-05-111-2/+29
* i8042: return self-test status on resetBoris Mittelberg2023-02-171-0/+1
* ec: Change get_keycap_label return to unsignedJeremy Bettis2023-01-061-1/+1
* 8042: Init mutex when running on ZephyrAndrew McRae2022-12-161-1/+1
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* i8042: Send command response from priority queueDaisuke Nojiri2022-11-281-25/+86
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-8/+8
* 8042: Rename I8042_RET to ATKBD_RETRaul E Rangel2022-08-181-18/+18
* 8042: Prefix data_port_state enum valuesRaul E Rangel2022-08-181-51/+53
* 8042: Rename I8042_CMD to ATKBD_CMD and move to a different fileRaul E Rangel2022-08-181-16/+17
* keyboard_8042: fix typematic scan code will be inserted issuearthur.lin2022-08-171-15/+21
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/keyboard_8042.c: Format with clang-formatJack Rosenthal2022-07-011-68/+59
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-1/+1
* common/keyboard_8042: Add print when updating buttonRaul E Rangel2022-04-251-0/+2
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+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