summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
...
* Correct USB mass storage memory leakpatacongo2011-07-261-8/+9
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-2/+2
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-8/+15
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-31/+3
* Fixes for kernel stub buildspatacongo2011-04-062-14/+16
* Rename usb_storage.h to storage.hpatacongo2011-01-123-3/+3
* typospatacongo2010-12-181-5/+5
* USB host MS class compilespatacongo2010-12-161-1/+1
* Add drivers/usbhostpatacongo2010-12-141-2/+2
* Create include/nuttx/usb directorypatacongo2010-12-146-16/+16
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-044-23/+44
* Fix compile error in usbdev_serial.cpatacongo2010-08-181-3/+3
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-042-57/+92
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-283-19/+20
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-156-242/+264
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
* Extend USB trace logicpatacongo2009-11-023-174/+262
* Extend USB trace logicpatacongo2009-11-021-1/+1
* typopatacongo2009-10-311-1/+1
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
* More USB macros; fix warningspatacongo2009-10-271-4/+4
* 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