summaryrefslogtreecommitdiff
path: root/include/input.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-11-20input: Change LED state bits to conform i8042 compatible keyboardBin Meng1-2/+2
2015-11-20input: Allow updating of keyboard LEDsSimon Glass1-1/+13
2015-11-20input: Support the German keymapSimon Glass1-1/+2
2015-11-20input: Allow repeat filtering to be disabledSimon Glass1-0/+19
2015-11-20input: Add a function to add a keycode to the existing setSimon Glass1-0/+20
2015-11-20input: Add the keycode translation tables separatelySimon Glass1-0/+10
2015-11-20input: Add a device pointer to the input configSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2012-10-20input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-0/+2
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass1-4/+10
2012-05-15input: Add generic keyboard input handlerSimon Glass1-0/+147