aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/usbinit.c
AgeCommit message (Expand)Author
2013-04-08libpayload: Handle multifunction bridge devices better.Gabe Black
2013-02-26libpayload: Correct a constant used for scanning for USB controllers.Gabe Black
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-07libpayload: Take usb_poll out of usb_initialize.Gabe Black
2012-11-07libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-07-14Print a warning when an unknow USB controller type is detected.Steven A. Falco
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi
2010-09-03The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann
2010-08-13Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi
2010-03-25USB updates from our internal treeStefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
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