summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/usbhub.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-02-17payloads: Fix typosElyes HAOUAS
2019-09-18libpayload: Use interrupt transfers for USB hubsNico Huber
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2017-03-15libpayload: usbhub: Force enumeration of all connected ports on initJulius Werner
2015-07-18libpayload: usb: Add support for SuperSpeed hubsJulius Werner
2014-09-04libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner
2014-09-04libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner
2014-08-12libpayload: usbhub: Don't clear PSC unless it was setJulius Werner
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-06-13libpayload: Port usb hub driver to use the generic codeNico Huber
2012-11-23libpayload: Detach devices behind removed USB hubsNico Huber
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-06-07libpayload: Bring USB hub driver to a working stateNico Huber
2011-11-04libpayload: Drop usb_fatal()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-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