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
/
usb.c
Age
Commit message (
Expand
)
Author
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-06-22
libpayload: Add check for failure in usb_attach_device()
Nico Huber
2012-06-21
libpayload: Detach unresponsive usb mass storage devices
Nico Huber
2012-06-20
libpayload: Fix detach_contoller in the USB driver
Anton Kochkov
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
2012-01-18
libpayload: style: compare null-pointers with NULL, not 0
Patrick Georgi
2011-11-04
libpayload: Implement usb_exit
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-03
libpayload: Reduce verbosity in USB stack
Mathias Krause
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
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
2009-04-30
Some driver fixes for libpayload:
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
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