summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt2020-11-091-10/+25
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* spl: input: Allow input in SPL and TPLSimon Glass2018-10-091-1/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* input: indicate that code page 437 is usedHeinrich Schuchardt2018-03-051-1/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-191-0/+6
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-191-3/+3
* input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-191-0/+15
* input: Save keyboard's LED state to correct placeBin Meng2015-11-191-1/+1
* input: Allow updating of keyboard LEDsSimon Glass2015-11-191-0/+9
* input: Handle caps lockSimon Glass2015-11-191-5/+8
* input: Adjust structure of code in process_modifier()Simon Glass2015-11-191-13/+14
* input: Support the German keymapSimon Glass2015-11-191-12/+97
* input: Allow repeat filtering to be disabledSimon Glass2015-11-191-2/+7
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-191-4/+42
* input: Add a few more keyboard keycodesSimon Glass2015-11-191-3/+3
* input: Correct keycode for Ctrl-YSimon Glass2015-11-191-1/+1
* input: Add the keycode translation tables separatelySimon Glass2015-11-191-9/+17
* input: Return -ENOSPC when there is not spaceSimon Glass2015-11-191-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* drivers/input/input.c: sparse fixKim Phillips2012-11-041-1/+1
* input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-191-15/+87
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-151-4/+9
* input: Add generic keyboard input handlerSimon Glass2012-05-151-0/+430