aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-msc.c
Commit message (Expand)AuthorAgeFilesLines
* 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