index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
spl: input: Allow input in SPL and TPL
Simon Glass
2018-10-09
1
-1
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
input: indicate that code page 437 is used
Heinrich Schuchardt
2018-03-05
1
-1
/
+4
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
input: Ban digit numbers if 'Num Lock' is not on
Bin Meng
2015-11-19
1
-0
/
+6
*
input: Change LED state bits to conform i8042 compatible keyboard
Bin Meng
2015-11-19
1
-3
/
+3
*
input: Call keyboard's update_leds() method when the LEDs change
Bin Meng
2015-11-19
1
-0
/
+15
*
input: Save keyboard's LED state to correct place
Bin Meng
2015-11-19
1
-1
/
+1
*
input: Allow updating of keyboard LEDs
Simon Glass
2015-11-19
1
-0
/
+9
*
input: Handle caps lock
Simon Glass
2015-11-19
1
-5
/
+8
*
input: Adjust structure of code in process_modifier()
Simon Glass
2015-11-19
1
-13
/
+14
*
input: Support the German keymap
Simon Glass
2015-11-19
1
-12
/
+97
*
input: Allow repeat filtering to be disabled
Simon Glass
2015-11-19
1
-2
/
+7
*
input: Add a function to add a keycode to the existing set
Simon Glass
2015-11-19
1
-4
/
+42
*
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