index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
usbhid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-30
1
-1
/
+1
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
1
-1
/
+0
*
libpayload: usbhid: Fix typo on descriptor parsing
Julius Werner
2014-09-10
1
-1
/
+1
*
libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices
Julius Werner
2014-09-04
1
-7
/
+11
*
libpayload: usb: Fix several minor USB stack bugs
Julius Werner
2014-08-19
1
-3
/
+6
*
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-08-05
1
-1
/
+1
*
libpayload: find source of input characters
Luigi Semenzato
2014-07-12
1
-1
/
+2
*
libpayload: Make keycode constants available outside of curses.h.
Gabe Black
2013-03-18
1
-1
/
+1
*
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-12-18
1
-2
/
+2
*
libpayload: Add _ and + to USB HID keymap
Patrick Georgi
2012-11-27
1
-1
/
+1
*
libpayload: Make USB HID support multiple keyboards
Nico Huber
2012-11-23
1
-26
/
+32
*
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
1
-9
/
+9
*
libpayload: Free intr queue structure in usb_hid_destroy
Nico Huber
2012-06-07
1
-6
/
+21
*
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-04
1
-1
/
+1
*
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-11-03
1
-5
/
+3
*
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-06-30
1
-6
/
+6
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-6
/
+6
*
USB updates from our internal tree
Stefan Reinauer
2010-03-25
1
-59
/
+336
*
Catch various cases in libpayload where malloc() or memalign() return NULL
Stefan Reinauer
2009-07-31
1
-0
/
+2
*
Some driver fixes for libpayload:
Stefan Reinauer
2009-04-30
1
-1
/
+2
*
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-21
1
-0
/
+11
*
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-10-16
1
-51
/
+112
*
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-11
1
-1
/
+1
*
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi
2008-09-02
1
-0
/
+137