summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.3.17 releasenuttx-3.17patacongo2008-10-283-90/+88
* updatepatacongo2008-10-281-6/+16
* Add finer trace controlspatacongo2008-10-282-15/+55
* Fix missing right parenthesispatacongo2008-10-281-1/+1
* Fix bad trace data storagepatacongo2008-10-281-1/+1
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-282-3/+20
* Integrate USB tracingpatacongo2008-10-285-5/+217
* Eliminate uninitialized variable warningpatacongo2008-10-282-2/+2
* Remove compile warningspatacongo2008-10-283-11/+8
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-282-4/+100
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-274-46/+40
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
* Finish missing logicpatacongo2008-10-271-53/+44
* Smaller delay still works (probably could be even smaller)patacongo2008-10-271-1/+1
* Correct error in end-of-request handlingpatacongo2008-10-274-18/+23
* Added low-level, verbose debug supportpatacongo2008-10-272-58/+113
* Make trace data enable-able by idpatacongo2008-10-273-216/+261
* updatepatacongo2008-10-252-1/+9
* Remove unused fieldpatacongo2008-10-251-3/+1
* Fix to handler transfers larger than one requestpatacongo2008-10-254-22/+28
* Fix to handle requests larger than maxpacketpatacongo2008-10-252-6/+12
* Add USB storage class driverpatacongo2008-10-248-93/+5100
* Fix bug: Not resuming halted endponts on SET FEATUREpatacongo2008-10-241-0/+1
* typopatacongo2008-10-231-1/+1
* fix commentpatacongo2008-10-231-1/+1
* Add trace codespatacongo2008-10-231-89/+92
* Need write-able block drivers even if no write-able FSpatacongo2008-10-232-4/+7
* Share block driver helpers outside of fs/patacongo2008-10-232-9/+9
* update USB configuration settingspatacongo2008-10-2312-6/+131
* Add description of examples/usbstoragepatacongo2008-10-231-0/+20
* cosmeticpatacongo2008-10-231-1/+0
* Test for USB storage driverpatacongo2008-10-224-0/+474
* USB bulk storage configuration settingspatacongo2008-10-2211-66/+312
* Allow block drivers without mountpoint supportpatacongo2008-10-223-11/+4
* cosmeticpatacongo2008-10-222-4/+0
* Building environment for USB storagepatacongo2008-10-2211-135/+378
* USB Storage Configurationpatacongo2008-10-224-0/+810
* Add USB storage trace definitionspatacongo2008-10-221-46/+187
* Add SCSI definitionspatacongo2008-10-221-35/+162
* Add SCSI definitionspatacongo2008-10-201-27/+471
* typopatacongo2008-10-201-1/+1
* Add support for class driver statespatacongo2008-10-202-10/+16
* Remove some duplicate logicpatacongo2008-10-171-16/+13
* Add SCSI commands that will be needed for USB storagepatacongo2008-10-171-0/+396
* Add FAT test issuepatacongo2008-10-171-1/+6
* Fix uninitialized variablepatacongo2008-10-173-25/+51
* Fix nasty race conditionpatacongo2008-10-151-8/+25
* Need to clear mediachanged indication after it is sampledpatacongo2008-10-151-2/+9