summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19input: Ban digit numbers if 'Num Lock' is not onBin Meng
2015-11-19input: Change LED state bits to conform i8042 compatible keyboardBin Meng
2015-11-19input: Call keyboard's update_leds() method when the LEDs changeBin Meng
2015-11-19input: Save keyboard's LED state to correct placeBin Meng
2015-11-19input: Allow updating of keyboard LEDsSimon Glass
2015-11-19input: Handle caps lockSimon Glass
2015-11-19input: Adjust structure of code in process_modifier()Simon Glass
2015-11-19input: Support the German keymapSimon Glass
2015-11-19input: Allow repeat filtering to be disabledSimon Glass
2015-11-19input: Add a function to add a keycode to the existing setSimon Glass
2015-11-19input: Add a few more keyboard keycodesSimon Glass
2015-11-19input: Correct keycode for Ctrl-YSimon Glass
2015-11-19input: Add the keycode translation tables separatelySimon Glass
2015-11-19input: Return -ENOSPC when there is not spaceSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-11-04drivers/input/input.c: sparse fixKim Phillips
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass
2012-05-15input: Add generic keyboard input handlerSimon Glass