summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-10-09spl: input: Allow input in SPL and TPLSimon Glass1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05input: indicate that code page 437 is usedHeinrich Schuchardt1-1/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-20input: Ban digit numbers if 'Num Lock' is not onBin Meng1-0/+6
2015-11-20input: Change LED state bits to conform i8042 compatible keyboardBin Meng1-3/+3
2015-11-20input: Call keyboard's update_leds() method when the LEDs changeBin Meng1-0/+15
2015-11-20input: Save keyboard's LED state to correct placeBin Meng1-1/+1
2015-11-20input: Allow updating of keyboard LEDsSimon Glass1-0/+9
2015-11-20input: Handle caps lockSimon Glass1-5/+8
2015-11-20input: Adjust structure of code in process_modifier()Simon Glass1-13/+14
2015-11-20input: Support the German keymapSimon Glass1-12/+97
2015-11-20input: Allow repeat filtering to be disabledSimon Glass1-2/+7
2015-11-20input: Add a function to add a keycode to the existing setSimon Glass1-4/+42
2015-11-20input: Add a few more keyboard keycodesSimon Glass1-3/+3
2015-11-20input: Correct keycode for Ctrl-YSimon Glass1-1/+1
2015-11-20input: Add the keycode translation tables separatelySimon Glass1-9/+17
2015-11-20input: Return -ENOSPC when there is not spaceSimon Glass1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04drivers/input/input.c: sparse fixKim Phillips1-1/+1
2012-10-20input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-15/+87
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass1-4/+9
2012-05-15input: Add generic keyboard input handlerSimon Glass1-0/+430