summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost
Commit message (Collapse)AuthorAgeFilesLines
* Email address change in nuttx/patacongo2012-09-136-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple work queuespatacongo2012-09-043-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5081 42af7a65-404d-4744-a932-0658087f49c3
* Slightly improved delay logic for the USB hostpatacongo2012-08-282-11/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5064 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-53/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5051 42af7a65-404d-4744-a932-0658087f49c3
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-202-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5040 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-021-3/+3
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-131-0/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4599 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* 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