summaryrefslogtreecommitdiff
path: root/include/input.h
Commit message (Expand)AuthorAgeLines
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-19-2/+2
* input: Allow updating of keyboard LEDsSimon Glass2015-11-19-1/+13
* input: Support the German keymapSimon Glass2015-11-19-1/+2
* input: Allow repeat filtering to be disabledSimon Glass2015-11-19-0/+19
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-19-0/+20
* input: Add the keycode translation tables separatelySimon Glass2015-11-19-0/+10
* input: Add a device pointer to the input configSimon Glass2015-11-19-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-16/+1
* input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-19-0/+2
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-4/+10
* input: Add generic keyboard input handlerSimon Glass2012-05-15-0/+147