index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
input.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
input: Remove <common.h> and add needed includes
Tom Rini
2023-10-11
input: avoid NULL dereference
Heinrich Schuchardt
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2020-11-09
input: add support for FN1 - FN10 on crosswire kbd
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2018-10-09
spl: input: Allow input in SPL and TPL
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
input: indicate that code page 437 is used
Heinrich Schuchardt
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-11-19
input: Ban digit numbers if 'Num Lock' is not on
Bin Meng
2015-11-19
input: Change LED state bits to conform i8042 compatible keyboard
Bin Meng
2015-11-19
input: Call keyboard's update_leds() method when the LEDs change
Bin Meng
2015-11-19
input: Save keyboard's LED state to correct place
Bin Meng
2015-11-19
input: Allow updating of keyboard LEDs
Simon Glass
2015-11-19
input: Handle caps lock
Simon Glass
2015-11-19
input: Adjust structure of code in process_modifier()
Simon Glass
2015-11-19
input: Support the German keymap
Simon Glass
2015-11-19
input: Allow repeat filtering to be disabled
Simon Glass
2015-11-19
input: Add a function to add a keycode to the existing set
Simon Glass
2015-11-19
input: Add a few more keyboard keycodes
Simon Glass
2015-11-19
input: Correct keycode for Ctrl-Y
Simon Glass
2015-11-19
input: Add the keycode translation tables separately
Simon Glass
2015-11-19
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