aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/uhci_rh.c
AgeCommit message (Expand)Author
2015-02-23libpayload: Improve sanity checking in UHCI driverPatrick Georgi
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-09-04libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-09-21Fix disconnect handling on UHCI root portsAnton Kochkov
2012-06-29libpayload: use correct types in UHCI driverAnton Kochkov
2012-06-09libpayload: Add timeouts in the UHCI USB driverNico Huber
2011-12-24libpayload: remove uhci_reg_maskXPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2010-06-07Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi
2010-03-25USB updates from our internal treeStefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi