summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add infrastructure to support poll()patacongo2008-11-168-9/+17
* cosmeticpatacongo2008-11-161-0/+8
* Flush dirty cache on closepatacongo2008-11-166-136/+67
* semaphore not being initialized; wrong offset usedpatacongo2008-11-151-4/+5
* NSH dd command test with block devicespatacongo2008-11-152-134/+2
* Add loop teardown logicpatacongo2008-11-151-38/+179
* Add Block-to-character device driverpatacongo2008-11-151-4/+13
* cosmeticpatacongo2008-11-151-1/+1
* Block-to-character driverpatacongo2008-11-1512-0/+1780
* Add function headerspatacongo2008-11-141-0/+16
* Add loop devicepatacongo2008-11-142-1/+354
* updated commentspatacongo2008-11-131-1/+9
* Add comments; note potential bugpatacongo2008-11-131-0/+14
* Eliminate warningpatacongo2008-11-101-1/+1
* Fix list empty checkspatacongo2008-11-071-2/+2
* Fixes to windows path logicpatacongo2008-11-071-4/+2
* Handler compiler differencespatacongo2008-11-071-14/+2
* Make sure z16f still buildspatacongo2008-11-071-2/+16
* 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-282-2/+2
* 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
* Allow block drivers without mountpoint supportpatacongo2008-10-222-7/+1
* Building environment for USB storagepatacongo2008-10-223-968/+3
* 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
* Need to clear mediachanged indication after it is sampledpatacongo2008-10-151-2/+9
* typopatacongo2008-10-151-1/+1
* Add debug capabilitiespatacongo2008-10-155-119/+351
* Fix integration bug fixespatacongo2008-10-152-83/+101
* Add simple SPI-based MMC/SD block driverpatacongo2008-10-151-4/+11
* MMC/SD supportpatacongo2008-10-154-0/+2086
* reorder macros, reduce size of request buffer for EP0patacongo2008-10-111-18/+24
* cosmeticpatacongo2008-10-101-9/+10