summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud