index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
input.c
Age
Commit message (
Expand
)
Author
2015-11-20
Move console definitions into a new console.h file
Simon Glass
2015-11-20
input: Ban digit numbers if 'Num Lock' is not on
Bin Meng
2015-11-20
input: Change LED state bits to conform i8042 compatible keyboard
Bin Meng
2015-11-20
input: Call keyboard's update_leds() method when the LEDs change
Bin Meng
2015-11-20
input: Save keyboard's LED state to correct place
Bin Meng
2015-11-20
input: Allow updating of keyboard LEDs
Simon Glass
2015-11-20
input: Handle caps lock
Simon Glass
2015-11-20
input: Adjust structure of code in process_modifier()
Simon Glass
2015-11-20
input: Support the German keymap
Simon Glass
2015-11-20
input: Allow repeat filtering to be disabled
Simon Glass
2015-11-20
input: Add a function to add a keycode to the existing set
Simon Glass
2015-11-20
input: Add a few more keyboard keycodes
Simon Glass
2015-11-20
input: Correct keycode for Ctrl-Y
Simon Glass
2015-11-20
input: Add the keycode translation tables separately
Simon Glass
2015-11-20
input: Return -ENOSPC when there is not space
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-11-04
drivers/input/input.c: sparse fix
Kim Phillips
2012-10-19
input: Add ANSI 3.64 escape sequence generation.
Hung-Te Lin
2012-10-15
input: Separate out keyboard repeat/delay from init
Simon Glass
2012-05-15
input: Add generic keyboard input handler
Simon Glass