summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Add QEMU NSH configurationpatacongo2011-03-102-153/+226
* Fix basic QEMU portpatacongo2011-03-101-0/+1092
* RTL8187 driver updatepatacongo2011-03-092-50/+103
* Add support for RAMTRON NVRAM devicespatacongo2011-03-065-7/+682
* RTL driver update (still in progress)patacongo2011-03-062-3/+674
* Correct a loop termination bug in mmcsd_sdio.cpatacongo2011-03-061-1/+1
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-11/+14
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-042-5/+21
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-41/+63
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-261-1/+1
* Fix getopt bugpatacongo2011-02-231-2/+2
* Add m9s12 serial logicpatacongo2011-02-201-11/+11
* Add HID parser from LUFApatacongo2011-02-192-1/+530
* RTL18189 infrastructurepatacongo2011-02-122-0/+1068
* Add logic to get the VID and PIDpatacongo2011-02-111-43/+36
* Add USH HID keyboard debouncingpatacongo2011-01-201-3/+33
* Fix more issues detected by CppCheck toolpatacongo2011-01-191-1/+1
* Extend READMEpatacongo2011-01-191-1/+18
* Fix issues detected by CppCheck toolpatacongo2011-01-192-23/+23
* Basic HID keyboard funcionality. More testing is neededpatacongo2011-01-191-81/+264
* Complete HID keyboard testpatacongo2011-01-181-11/+11
* Warnings not errors would be more politepatacongo2011-01-183-12/+28
* Add logic to map keyboard scancodespatacongo2011-01-181-58/+274
* More HID keyboard progresspatacongo2011-01-173-63/+133
* More HID keyboard supportpatacongo2011-01-163-281/+540
* Make space for int/isoc endpoint supportpatacongo2011-01-163-2/+18
* Extend the ED and get the transfer type into the EDpatacongo2011-01-143-3/+9
* Fleshing out keyboard driverpatacongo2011-01-143-86/+357
* Don't include ohci.hpatacongo2011-01-131-1/+0
* Framework for HID keyboard -- not much there yetpatacongo2011-01-123-1/+2078
* Rename usb_storage.h to storage.hpatacongo2011-01-124-10/+9
* README updatespatacongo2011-01-111-2/+2
* Improve endpoint managementpatacongo2011-01-111-224/+287
* Remove some unnecessary testspatacongo2011-01-091-50/+10
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-125/+255
* Mostly debug stuffpatacongo2011-01-041-1/+4
* Missed part of last changepatacongo2011-01-021-8/+11
* FunctionAddress no longer hard-codedpatacongo2011-01-022-11/+20
* Add debug instrumentationpatacongo2011-01-012-7/+116
* Misc debug fixespatacongo2011-01-011-0/+6
* Initial debug fixespatacongo2010-12-314-21/+37
* Address should not be shifted in SET_ADDRESSpatacongo2010-12-311-1/+1
* Separate enumeration logicpatacongo2010-12-282-1/+515
* misc resource utilization fixespatacongo2010-12-212-58/+46
* Clean up commentspatacongo2010-12-211-24/+30
* Final cleanup before testingpatacongo2010-12-211-4/+5
* minorpatacongo2010-12-201-116/+1
* More descriptor stuffpatacongo2010-12-191-1/+1
* Finishes first cut at USB host MS classpatacongo2010-12-181-175/+452
* Working through initialization state machinepatacongo2010-12-181-28/+137