summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
Commit message (Expand)AuthorAgeLines
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-19-0/+6
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-19-3/+3
* input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-19-0/+15
* input: Save keyboard's LED state to correct placeBin Meng2015-11-19-1/+1
* input: Allow updating of keyboard LEDsSimon Glass2015-11-19-0/+9
* input: Handle caps lockSimon Glass2015-11-19-5/+8
* input: Adjust structure of code in process_modifier()Simon Glass2015-11-19-13/+14
* input: Support the German keymapSimon Glass2015-11-19-12/+97
* input: Allow repeat filtering to be disabledSimon Glass2015-11-19-2/+7
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-19-4/+42
* input: Add a few more keyboard keycodesSimon Glass2015-11-19-3/+3
* input: Correct keycode for Ctrl-YSimon Glass2015-11-19-1/+1
* input: Add the keycode translation tables separatelySimon Glass2015-11-19-9/+17
* input: Return -ENOSPC when there is not spaceSimon Glass2015-11-19-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* drivers/input/input.c: sparse fixKim Phillips2012-11-04-1/+1
* input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-19-15/+87
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-4/+9
* input: Add generic keyboard input handlerSimon Glass2012-05-15-0/+430