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
/
common
/
usb_kbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
Heinrich Schuchardt
2019-11-25
1
-6
/
+0
*
usb: kbd: implement special keys
Heinrich Schuchardt
2019-11-25
1
-0
/
+42
*
usb: kbd: simplify coding for arrow keys
Heinrich Schuchardt
2019-11-25
1
-35
/
+12
*
usb: kbd: signature of usb_kbd_put_queue()
Heinrich Schuchardt
2019-11-25
1
-1
/
+1
*
usb: kbd: fix typo
Heinrich Schuchardt
2019-11-25
1
-1
/
+1
*
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2019-09-11
1
-2
/
+2
*
usb: usb_submit_int_msg -> usb_int_msg
Michal Suchanek
2019-09-11
1
-4
/
+4
*
usb_kdb: only process events successfully received
Michal Suchanek
2019-09-11
1
-4
/
+3
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
usb: kbd: Properly translate up/down arrow keys
Andre Przywara
2019-04-14
1
-1
/
+23
*
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-11-26
1
-2
/
+2
*
usb_kdb: Get stdio_dev directly from sdev pointer
Michal Simek
2018-07-19
1
-2
/
+2
*
usb_kbd: Add support for watchdog
Michal Simek
2018-07-19
1
-1
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-3
/
+3
*
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
Simon Glass
2017-02-06
1
-3
/
+3
*
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
2016-10-23
1
-1
/
+1
*
usb: squash lines for immediate return
Masahiro Yamada
2016-09-23
1
-4
/
+1
*
usb: kbd: Do not deregister usbkbd twice when using dm
Hans de Goede
2016-04-10
1
-1
/
+2
*
usb: kbd: Prevent out of bound access
Marek Vasut
2016-01-25
1
-1
/
+1
*
dm: usb: Add a remove() method for USB keyboards
Simon Glass
2016-01-07
1
-0
/
+36
*
usb: kbd: don't use int xfers when polling via ctrl xfers
Stephen Warren
2015-12-17
1
-0
/
+3
*
usb: Avoid open-coded USB constants in usb_kbd.c
Simon Glass
2015-11-19
1
-5
/
+5
*
usb: Drop unused code in usb_kbd.c
Simon Glass
2015-11-19
1
-30
/
+0
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
dm: input: Create a keyboard uclass
Simon Glass
2015-11-19
1
-6
/
+0
*
dm: usb: Add support for USB keyboards with driver model
Simon Glass
2015-11-19
1
-2
/
+50
*
video: Drop DEV_FLAGS_SYSTEM flag
Bin Meng
2015-11-05
1
-1
/
+1
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
2015-07-21
1
-2
/
+2
*
usb: kbd: Disable idle input reports when we do not need them
Hans de Goede
2015-06-19
1
-1
/
+3
*
usb: kbd: Fix key repeat not always working
Hans de Goede
2015-05-29
1
-6
/
+20
*
dm: usb: Support driver model with USB keyboards
Simon Glass
2015-04-18
1
-1
/
+33
*
dm: usb: Split out the keyboard probe into its own function
Simon Glass
2015-04-18
1
-38
/
+51
*
usb: Fix usb_kbd_deregister when console-muxing is used
Hans de Goede
2015-01-18
1
-0
/
+4
*
usb: Add an interval parameter to create_int_queue
Hans de Goede
2015-01-18
1
-2
/
+4
*
usb: kbd: Add (optional) support for using an interrupt queue for polling
Hans de Goede
2014-11-04
1
-0
/
+19
*
usb: kbd: Cache pipe, interval and packetsize
Hans de Goede
2014-11-04
1
-21
/
+13
*
usb: kbd: Fix memleak on usb_kbd_deregister()
Hans de Goede
2014-11-04
1
-3
/
+13
*
usb: kbd: Remove unused usb_kbd_generic_poll function
Hans de Goede
2014-11-04
1
-26
/
+0
*
usb: kbd: Allow "usb reset" to continue when an usb kbd is used
Hans de Goede
2014-10-06
1
-2
/
+2
*
stdio: Add force parameter to stdio_deregister
Hans de Goede
2014-10-06
1
-1
/
+1
*
usb: kbd: Remove check for already being registered
Hans de Goede
2014-10-06
1
-11
/
+1
*
usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister
Hans de Goede
2014-10-06
1
-1
/
+6
*
usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()
Hans de Goede
2014-10-06
1
-2
/
+3
*
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
1
-2
/
+2
*
stdio: Remove redundant code around stdio_register() calls
Simon Glass
2014-07-23
1
-2
/
+0
*
usb: Fix USB keyboard polling via control endpoint
Adrian Cox
2014-04-30
1
-11
/
+25
*
console: usb: kbd: To fix slow TFTP booting
Jim Lin
2013-08-26
1
-10
/
+10
[next]