aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-msc.c
Commit message (Expand)AuthorAgeFilesLines
* Support Samsung SE-S084 USB DVD drive (and probably many others)Kevin O'Connor2010-09-021-1/+3
* Minor - compile out usb-msc code if CONFIG_USB_MSC not set.Kevin O'Connor2010-05-231-0/+2
* Fix possible unitialized variable issue in usb msc.Kevin O'Connor2010-04-081-14/+12
* Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor2010-03-091-4/+2
* Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor2010-02-281-4/+5
* Cleanup - build drive description in temp memory during init.Kevin O'Connor2010-02-211-14/+4
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-0/+261