summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost
Commit message (Collapse)AuthorAgeFilesLines
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-60/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3737 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-9/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3601 42af7a65-404d-4744-a932-0658087f49c3
* Fix USB host error handling logicpatacongo2011-05-124-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3593 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-063-14/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* RTL bug fixespatacongo2011-03-262-11/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3421 42af7a65-404d-4744-a932-0658087f49c3
* Make RTL8187 driver an add-onpatacongo2011-03-182-1773/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3390 42af7a65-404d-4744-a932-0658087f49c3
* More support for SLIP data link protocolpatacongo2011-03-121-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* Add a stub that can be used when networking is enabled, but there is no ↵patacongo2011-03-111-22/+0
| | | | | | ethernet driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3368 42af7a65-404d-4744-a932-0658087f49c3
* RTL8187 driver updatepatacongo2011-03-092-50/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3356 42af7a65-404d-4744-a932-0658087f49c3
* RTL driver update (still in progress)patacongo2011-03-061-0/+671
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3346 42af7a65-404d-4744-a932-0658087f49c3
* Add m9s12 serial logicpatacongo2011-02-201-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3305 42af7a65-404d-4744-a932-0658087f49c3
* Add HID parser from LUFApatacongo2011-02-192-1/+530
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3303 42af7a65-404d-4744-a932-0658087f49c3
* RTL18189 infrastructurepatacongo2011-02-122-0/+1068
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3285 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to get the VID and PIDpatacongo2011-02-111-43/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3282 42af7a65-404d-4744-a932-0658087f49c3
* Add USH HID keyboard debouncingpatacongo2011-01-201-3/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3265 42af7a65-404d-4744-a932-0658087f49c3
* Fix more issues detected by CppCheck toolpatacongo2011-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3264 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues detected by CppCheck toolpatacongo2011-01-191-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 42af7a65-404d-4744-a932-0658087f49c3
* Basic HID keyboard funcionality. More testing is neededpatacongo2011-01-191-81/+264
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3260 42af7a65-404d-4744-a932-0658087f49c3
* Complete HID keyboard testpatacongo2011-01-181-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3259 42af7a65-404d-4744-a932-0658087f49c3
* Warnings not errors would be more politepatacongo2011-01-183-12/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3258 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to map keyboard scancodespatacongo2011-01-181-58/+274
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3257 42af7a65-404d-4744-a932-0658087f49c3
* More HID keyboard progresspatacongo2011-01-173-63/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3256 42af7a65-404d-4744-a932-0658087f49c3
* More HID keyboard supportpatacongo2011-01-163-281/+540
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3255 42af7a65-404d-4744-a932-0658087f49c3
* Make space for int/isoc endpoint supportpatacongo2011-01-163-2/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3254 42af7a65-404d-4744-a932-0658087f49c3
* Extend the ED and get the transfer type into the EDpatacongo2011-01-143-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3251 42af7a65-404d-4744-a932-0658087f49c3
* Fleshing out keyboard driverpatacongo2011-01-143-86/+357
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3250 42af7a65-404d-4744-a932-0658087f49c3
* Don't include ohci.hpatacongo2011-01-131-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3249 42af7a65-404d-4744-a932-0658087f49c3
* Framework for HID keyboard -- not much there yetpatacongo2011-01-123-1/+2078
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3245 42af7a65-404d-4744-a932-0658087f49c3
* Rename usb_storage.h to storage.hpatacongo2011-01-121-7/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3243 42af7a65-404d-4744-a932-0658087f49c3
* README updatespatacongo2011-01-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3242 42af7a65-404d-4744-a932-0658087f49c3
* Improve endpoint managementpatacongo2011-01-111-224/+287
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3240 42af7a65-404d-4744-a932-0658087f49c3
* Remove some unnecessary testspatacongo2011-01-091-50/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3235 42af7a65-404d-4744-a932-0658087f49c3
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-125/+255
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3234 42af7a65-404d-4744-a932-0658087f49c3
* Mostly debug stuffpatacongo2011-01-041-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3233 42af7a65-404d-4744-a932-0658087f49c3
* Missed part of last changepatacongo2011-01-021-8/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3232 42af7a65-404d-4744-a932-0658087f49c3
* FunctionAddress no longer hard-codedpatacongo2011-01-022-11/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3231 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-01-011-5/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3229 42af7a65-404d-4744-a932-0658087f49c3
* Misc debug fixespatacongo2011-01-011-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3227 42af7a65-404d-4744-a932-0658087f49c3
* Initial debug fixespatacongo2010-12-314-21/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3226 42af7a65-404d-4744-a932-0658087f49c3
* Address should not be shifted in SET_ADDRESSpatacongo2010-12-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3225 42af7a65-404d-4744-a932-0658087f49c3
* Separate enumeration logicpatacongo2010-12-282-1/+515
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3219 42af7a65-404d-4744-a932-0658087f49c3
* misc resource utilization fixespatacongo2010-12-211-57/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3212 42af7a65-404d-4744-a932-0658087f49c3
* Clean up commentspatacongo2010-12-211-24/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3207 42af7a65-404d-4744-a932-0658087f49c3
* Final cleanup before testingpatacongo2010-12-211-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3203 42af7a65-404d-4744-a932-0658087f49c3
* minorpatacongo2010-12-201-116/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3200 42af7a65-404d-4744-a932-0658087f49c3
* More descriptor stuffpatacongo2010-12-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3197 42af7a65-404d-4744-a932-0658087f49c3
* Finishes first cut at USB host MS classpatacongo2010-12-181-175/+452
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3195 42af7a65-404d-4744-a932-0658087f49c3