summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack/usb_storage.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Allow class drivers to reuse the core data buffer for control transfers. This...Frank Gevaerts1-1/+1
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts1-2/+0
2008-12-13Add a disconnect handler for usb storage. It doesn't do anything yet, but it ...Frank Gevaerts1-0/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-26- change the usb class driver framework to allow for device classes with more...Frank Gevaerts1-4/+5
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis1-1/+1
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-0/+5
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-0/+3
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts1-2/+1
2007-11-22New USB stackBjörn Stenberg1-0/+30