summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/usb
AgeCommit message (Expand)Author
2020-05-01lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2019-08-22libpayload: usbmsc: Factor out usb_msc_force_init() functionJulius Werner
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2018-07-17libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2016-05-09libpayload: xhci: Set MPS based on speedVaradarajan Narayanan
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-09license headers: Drop FSF addresses againPatrick Georgi
2015-07-16libpayload: usb: dwc2: support split transactionYunzhi Li
2015-07-06libpayload: usb: dwc2: support interrupt transferYunzhi Li
2015-06-30libpayload: add UDC driver for Designware controllerhuang lin
2015-04-14libpayload: Add dwc2 usb driverhuang lin
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-12-30libpayload: usbmsc: Implement limited LUN supportJulius Werner
2014-12-22libpayload: usb: Try to avoid reusing device addressesJulius 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-28libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner
2014-01-08libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi
2013-11-25libpayload: usb mass storage card hot plugAaron Durbin
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-06-13libpayload: usb: Add interval attribute to endpointsNico Huber
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2013-06-13libpayload: Add enum for USB speedsNico Huber
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2013-02-26libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Document USB host controller setup functionsNico Huber
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-06-22libpayload: Shutdown reasonably if we can't init usb msc deviceNico Huber
2012-06-21libpayload: Detach unresponsive usb mass storage devicesNico Huber
2012-06-07libpayload: Add support for split transactions in EHCINico Huber
2012-06-01libpayload: Add clear_feature() function to USB frameworkNico Huber
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-11Move the USB header files to a common location for installJordan Crouse