summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/usb.c
AgeCommit message (Expand)Author
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-06-22libpayload: Add check for failure in usb_attach_device()Nico Huber
2012-06-21libpayload: Detach unresponsive usb mass storage devicesNico Huber
2012-06-20libpayload: Fix detach_contoller in the USB driverAnton Kochkov
2012-06-07libpayload: Add support for split transactions in EHCINico Huber
2012-06-01libpayload: Add clear_feature() function to USB frameworkNico Huber
2012-01-18libpayload: style: compare null-pointers with NULL, not 0Patrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25USB updates from our internal treeStefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-04-30Some driver fixes for libpayload:Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi