summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
* 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-163-46/+46
* Same as last check-in, just implemented more sanelypatacongo2009-06-122-7/+7
* eliminate some warningspatacongo2009-06-112-5/+5
* Add poll method to serial driverspatacongo2008-11-171-33/+26
* Fix naming of header filepatacongo2008-11-013-3/+3
* Fix bad trace data storagepatacongo2008-10-281-1/+1
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
* Integrate USB tracingpatacongo2008-10-281-4/+12
* Eliminate uninitialized variable warningpatacongo2008-10-281-1/+1
* Remove compile warningspatacongo2008-10-281-10/+6
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-281-4/+58
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
* Finish missing logicpatacongo2008-10-271-53/+44
* Make trace data enable-able by idpatacongo2008-10-271-210/+203
* Remove unused fieldpatacongo2008-10-251-3/+1
* Fix to handler transfers larger than one requestpatacongo2008-10-253-22/+23
* Add USB storage class driverpatacongo2008-10-244-0/+5003
* Need write-able block drivers even if no write-able FSpatacongo2008-10-231-1/+4
* Building environment for USB storagepatacongo2008-10-222-968/+1
* 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-201-0/+3
* Remove some duplicate logicpatacongo2008-10-171-16/+13
* Add SCSI commands that will be needed for USB storagepatacongo2008-10-171-0/+396
* Fix uninitialized variablepatacongo2008-10-171-22/+48
* typopatacongo2008-10-151-1/+1
* reorder macros, reduce size of request buffer for EP0patacongo2008-10-111-18/+24
* cosmeticpatacongo2008-10-101-9/+10
* Another place where the request size is setpatacongo2008-10-091-0/+5
* Add option to used different request buffer sizespatacongo2008-10-091-22/+39
* Correct emulation of UART RX disabledpatacongo2008-10-091-43/+149
* Missed decoding one trace valuepatacongo2008-10-091-0/+4
* Add last option to configure methodpatacongo2008-10-091-5/+5
* Need to select endpoints actually supported by hardwarepatacongo2008-10-091-10/+19
* cosmeticpatacongo2008-10-081-13/+13
* Restructure so that it does not try to malloc from interrupt levelpatacongo2008-10-081-224/+364
* Add more trace codespatacongo2008-10-081-1/+9
* test and integration updatespatacongo2008-10-072-2/+4
* Misc fixes from test and integrationpatacongo2008-10-071-18/+54
* Add another trace code for class driver callspatacongo2008-10-071-0/+4
* Fix interrupt EP intervalpatacongo2008-10-071-41/+77
* Add USB serial driverpatacongo2008-10-062-1/+1861
* Add debug output if trace disabledpatacongo2008-10-032-2/+171
* USBDEV tracepatacongo2008-09-302-0/+248