Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | input: Change LED state bits to conform i8042 compatible keyboard | Bin Meng | 2015-11-19 | -2/+2 |
* | input: Allow updating of keyboard LEDs | Simon Glass | 2015-11-19 | -1/+13 |
* | input: Support the German keymap | Simon Glass | 2015-11-19 | -1/+2 |
* | input: Allow repeat filtering to be disabled | Simon Glass | 2015-11-19 | -0/+19 |
* | input: Add a function to add a keycode to the existing set | Simon Glass | 2015-11-19 | -0/+20 |
* | input: Add the keycode translation tables separately | Simon Glass | 2015-11-19 | -0/+10 |
* | input: Add a device pointer to the input config | Simon Glass | 2015-11-19 | -0/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -16/+1 |
* | input: Add ANSI 3.64 escape sequence generation. | Hung-Te Lin | 2012-10-19 | -0/+2 |
* | input: Separate out keyboard repeat/delay from init | Simon Glass | 2012-10-15 | -4/+10 |
* | input: Add generic keyboard input handler | Simon Glass | 2012-05-15 | -0/+147 |