Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input: Add a few more keyboard keycodes | Simon Glass | 2015-11-19 | 1 | -3/+3 |
* | input: Correct keycode for Ctrl-Y | Simon Glass | 2015-11-19 | 1 | -1/+1 |
* | input: Add the keycode translation tables separately | Simon Glass | 2015-11-19 | 1 | -9/+17 |
* | input: Return -ENOSPC when there is not space | Simon Glass | 2015-11-19 | 1 | -1/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | drivers/input/input.c: sparse fix | Kim Phillips | 2012-11-04 | 1 | -1/+1 |
* | input: Add ANSI 3.64 escape sequence generation. | Hung-Te Lin | 2012-10-19 | 1 | -15/+87 |
* | input: Separate out keyboard repeat/delay from init | Simon Glass | 2012-10-15 | 1 | -4/+9 |
* | input: Add generic keyboard input handler | Simon Glass | 2012-05-15 | 1 | -0/+430 |