summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbdev_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Correct USB mass storage memory leakpatacongo2011-07-261-8/+9
* Fixes for kernel stub buildspatacongo2011-04-061-9/+10
* Rename usb_storage.h to storage.hpatacongo2011-01-121-1/+1
* USB host MS class compilespatacongo2010-12-161-1/+1
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-0/+10
* 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