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
/
uhci_rh.c
Age
Commit message (
Expand
)
Author
2015-02-23
libpayload: Improve sanity checking in UHCI driver
Patrick Georgi
2014-11-13
libpayload: usb: Fix up usb_shutdown() code paths
Julius Werner
2014-09-04
libpayload: usb: Unify USB speed between XHCI stack and USB core
Julius Werner
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-09-21
Fix disconnect handling on UHCI root ports
Anton Kochkov
2012-06-29
libpayload: use correct types in UHCI driver
Anton Kochkov
2012-06-09
libpayload: Add timeouts in the UHCI USB driver
Nico Huber
2011-12-24
libpayload: remove uhci_reg_maskX
Patrick Georgi
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-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi