index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
include
/
usb
Age
Commit message (
Expand
)
Author
2015-06-30
libpayload: add UDC driver for Designware controller
huang lin
2015-04-14
libpayload: Add dwc2 usb driver
huang lin
2014-12-31
libpayload: Fix pointer related casts
Furquan Shaikh
2014-12-30
libpayload: usbmsc: Implement limited LUN support
Julius Werner
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: usb mass storage card hot plug
Aaron Durbin
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
2013-02-26
libpayload: Add a pointer for user data on the USB MSC data structure.
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-22
libpayload: Shutdown reasonably if we can't init usb msc device
Nico Huber
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