summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbdev_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-2664/+0
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-2/+2
* Rename usb_storage.h to storage.hpatacongo2011-01-121-1/+1
* typospatacongo2010-12-181-5/+5
* Create include/nuttx/usb directorypatacongo2010-12-141-3/+3
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-0/+1
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-041-56/+92
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-80/+83
* Should not returned queued read requests on a resetpatacongo2009-12-011-5/+5
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-6/+6
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-5/+5
* eliminate some warningspatacongo2009-06-111-3/+3
* Fix naming of header filepatacongo2008-11-011-1/+1
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
* Remove compile warningspatacongo2008-10-281-10/+6
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-281-4/+58
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
* Finish missing logicpatacongo2008-10-271-53/+44
* Fix to handler transfers larger than one requestpatacongo2008-10-251-5/+10
* Add USB storage class driverpatacongo2008-10-241-0/+2571