summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb/usbhid.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-1/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload: usbhid: Fix typo on descriptor parsingJulius Werner2014-09-101-1/+1
* libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner2014-09-041-7/+11
* libpayload: usb: Fix several minor USB stack bugsJulius Werner2014-08-191-3/+6
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-1/+1
* libpayload: find source of input charactersLuigi Semenzato2014-07-121-1/+2
* libpayload: Make keycode constants available outside of curses.h.Gabe Black2013-03-181-1/+1
* libpayload: Use usb_debug() to show USB messagesDave Frodin2012-12-181-2/+2
* libpayload: Add _ and + to USB HID keymapPatrick Georgi2012-11-271-1/+1
* libpayload: Make USB HID support multiple keyboardsNico Huber2012-11-231-26/+32
* libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black2012-11-071-9/+9
* libpayload: Free intr queue structure in usb_hid_destroyNico Huber2012-06-071-6/+21
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-041-1/+1
* libpayload: Reduce verbosity in USB stackMathias Krause2011-11-031-5/+3
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-6/+6
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-6/+6
* USB updates from our internal treeStefan Reinauer2010-03-251-59/+336
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-311-0/+2
* Some driver fixes for libpayload:Stefan Reinauer2009-04-301-1/+2
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-0/+11
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-51/+112
* Fix the USB code to find the headers after they were moved.Jordan Crouse2008-09-111-1/+1
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-021-0/+137