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
/
usbmsc.c
Age
Commit message (
Expand
)
Author
2020-02-26
treewide: capitalize 'USB'
Elyes HAOUAS
2020-02-17
payloads: Fix typos
Elyes HAOUAS
2019-11-11
libpayload: usbmsc: update return value of CSW transfer
Changqi Hu
2019-08-22
libpayload: usbmsc: Factor out usb_msc_force_init() function
Julius Werner
2019-08-22
libpayload: usbmsc: Skip zero-length packets at end of data
Julius Werner
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2015-10-29
libpayload: usbmsc: Add small delay during initialization to fix CZ60
Julius Werner
2015-01-03
libpayload: avoid memory overflows
Patrick Georgi
2014-12-30
libpayload: usbmsc: Implement limited LUN support
Julius Werner
2014-12-30
libpayload: usbmsc: Set correct allocation length for REQUEST SENSE
Julius Werner
2014-08-19
libpayload: usb: Fix several minor USB stack bugs
Julius Werner
2014-08-18
libpayload: usbmsc: Remove DETACHED state from MSC device structure
Julius Werner
2014-08-14
libpayload: Add in a missing "static".
Gabe Black
2014-08-14
libpayload: Reduce media init timeout to 5 seconds.
Shawn Nematbakhsh
2014-08-14
libpayload: Increase accuracy of timeout period for media init.
Shawn Nematbakhsh
2014-08-14
libpayload: usbmsc: Split transfers into 64KB chunks
Duncan Laurie
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2013-11-25
libpayload: usb mass storage card hot plug
Aaron Durbin
2013-11-25
libpayload: usb mass storage detect empty media
Aaron Durbin
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-03-12
libpayload: In the USBMSC read_capacity function, make buf an array of u32.
Gabe Black
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-23
libpayload: More compliant error recovery in USB MSC
Nico Huber
2012-11-08
Refactor the endianness conversion functions and header files.
Gabe Black
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
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-20
libpayload: Better error detection in USB mass storage
Nico Huber
2012-06-09
libpayload: Fix an integer overflow in USB mass storage
Nico Huber
2012-06-01
libpayload: Remove orphaned delay from USB mass storage
Nico Huber
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-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