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
/
drivers
/
usb
/
usbhub.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-02-17
payloads: Fix typos
Elyes HAOUAS
2019-09-18
libpayload: Use interrupt transfers for USB hubs
Nico Huber
2019-08-27
libpayload/usb: add USB 3.1 GEN2 support
Eric Lai
2017-03-15
libpayload: usbhub: Force enumeration of all connected ports on init
Julius Werner
2015-07-18
libpayload: usb: Add support for SuperSpeed hubs
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-12
libpayload: usbhub: Don't clear PSC unless it was set
Julius Werner
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-06-13
libpayload: Port usb hub driver to use the generic code
Nico Huber
2012-11-23
libpayload: Detach devices behind removed USB hubs
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-06-07
libpayload: Bring USB hub driver to a working state
Nico Huber
2011-11-04
libpayload: Drop usb_fatal()
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
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi