Age | Commit message (Expand) | Author |
2019-08-27 | libpayload/usb: add USB 3.1 GEN2 support | Eric Lai |
2019-07-02 | libpayload/usb: Increase USB request timeout to 5 s | Keith Short |
2018-07-17 | libpayload: Add UNKNOWN_SPEED to usb_speed enum | Raul E Rangel |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2016-05-09 | libpayload: xhci: Set MPS based on speed | Varadarajan Narayanan |
2015-07-16 | libpayload: usb: dwc2: support split transaction | Yunzhi Li |
2015-04-14 | libpayload: Add dwc2 usb driver | huang lin |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-22 | libpayload: usb: Try to avoid reusing device addresses | Julius Werner |
2014-09-04 | libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices | Julius Werner |
2014-09-04 | libpayload: usb: Unify USB speed between XHCI stack and USB core | Julius Werner |
2014-08-28 | libpayload: usb: Allow direct instantiation of MMIO host controllers | Julius Werner |
2014-01-08 | libpayload: reintroduce optional PCI in XHCI driver | Patrick Georgi |
2013-11-25 | libpayload: Add USB support for non-PCI controllers | Stefan Reinauer |
2013-06-13 | libpayload: usb: Add interval attribute to endpoints | Nico Huber |
2013-06-13 | libpayload: Redirect USB slave init through controller driver | Patrick Georgi |
2013-06-13 | libpayload: Add enum for USB speeds | Nico Huber |
2013-03-13 | libpayload: Add usb_generic_(create|remove) functions for unrecognized devices | Gabe Black |
2012-11-23 | libpayload: Fix some missing-prototype warnings | Nico Huber |
2012-11-14 | libpayload: Add init() function to hci_t and rework uhci_reset() | Nico Huber |
2012-11-14 | libpayload: Document USB host controller setup functions | Nico Huber |
2012-11-07 | libpayload: Turn the "debug" #define into the usb_debug static inline function. | Gabe Black |
2012-08-23 | libpayload: add controller type in usbdev_hc | Anton Kochkov |
2012-06-21 | libpayload: Detach unresponsive usb mass storage devices | Nico Huber |
2012-06-07 | libpayload: Add support for split transactions in EHCI | Nico Huber |
2012-06-01 | libpayload: Add clear_feature() function to USB framework | Nico Huber |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2010-06-07 | Avoid using the name "pid_t", which is used on unixoid systems. | Patrick Georgi |
2010-03-25 | USB updates from our internal tree | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-09-11 | Move the USB header files to a common location for install | Jordan Crouse |