summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbdev_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-041-1/+0
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-281-7/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-43/+54
* Should not returned queued read requests on a resetpatacongo2009-12-011-3/+3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-20/+20
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-2/+2
* eliminate some warningspatacongo2009-06-111-2/+2
* Fix naming of header filepatacongo2008-11-011-1/+1
* Eliminate uninitialized variable warningpatacongo2008-10-281-1/+1
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
* Fix to handler transfers larger than one requestpatacongo2008-10-251-15/+9
* Add USB storage class driverpatacongo2008-10-241-0/+1891