summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo1-1/+7
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo1-6/+6
2012-03-07Add PIC32 SPI driverpatacongo1-0/+0
2011-04-05Clean kernel-/user-mode module buildpatacongo1-1/+1
2011-03-27Updates from Urospatacongo1-1/+1
2011-03-25Add RTL8187 TX logicpatacongo1-10/+103
2011-01-20Correct a crash when keyboard removedpatacongo1-1/+1
2011-01-18Add logic to map keyboard scancodespatacongo1-2/+2
2011-01-17More HID keyboard progresspatacongo1-1/+11
2011-01-16More HID keyboard supportpatacongo1-21/+307
2011-01-16Make space for int/isoc endpoint supportpatacongo1-60/+240
2011-01-15Many changes in preparation for HID keyboardpatacongo1-125/+307
2011-01-15TD's no longer hard allocatedpatacongo1-151/+305
2011-01-14Extend the ED and get the transfer type into the EDpatacongo1-71/+60
2011-01-12Add support for lowspeed devicespatacongo1-2/+36
2011-01-11Improve endpoint managementpatacongo1-111/+133
2011-01-09Basic USB host functionality in placepatacongo1-3/+26
2011-01-09Remove some unnecessary testspatacongo1-1/+1
2011-01-09Fix misc race conditions and use of stale pointerpatacongo1-17/+108
2011-01-04Mostly debug stuffpatacongo1-12/+49
2011-01-02FunctionAddress no longer hard-codedpatacongo1-3/+5
2011-01-01Handle case where USB device inserted at power uppatacongo1-19/+39
2011-01-01Don't duplicate structures in ohci.hpatacongo1-68/+37
2011-01-01Misc debug fixespatacongo1-13/+23
2010-12-31Initial debug fixespatacongo1-0/+11
2010-12-31Address should not be shifted in SET_ADDRESSpatacongo1-4/+32
2010-12-31Correct logic that turns on USB host powerpatacongo1-30/+33
2010-12-30Handling missing RHSC interruptpatacongo1-5/+25
2010-12-30mostly cosmeticpatacongo1-2/+2
2010-12-30cosmeticpatacongo1-1/+2
2010-12-28Remove some garbage left in the filepatacongo1-17/+1
2010-12-28Separate enumeration logicpatacongo1-359/+49
2010-12-22Update some commentspatacongo1-6/+6
2010-12-22First debug changes for USB hostpatacongo1-6/+23
2010-12-21Mostly cosmeticpatacongo1-15/+20
2010-12-21Add logic to get info from the device descriptorpatacongo1-44/+116
2010-12-21misc resource utilization fixespatacongo1-8/+33
2010-12-21Init TDSTATUSpatacongo1-1/+15
2010-12-21Need to init IO buffer free listpatacongo1-4/+18
2010-12-21Correct some initialization sequence issuespatacongo1-24/+34
2010-12-21Clean up commentspatacongo1-3/+3
2010-12-21Add USB host support to NSHpatacongo1-7/+10
2010-12-21backward comparisonpatacongo1-2/+2
2010-12-21Separate waiting for a device and enumerating a devicepatacongo1-22/+78
2010-12-21Final cleanup before testingpatacongo1-60/+177
2010-12-20Finishes first cutpatacongo1-17/+171
2010-12-20Add a little morepatacongo1-34/+349
2010-12-20minorpatacongo1-19/+104
2010-12-19Add class binding logicpatacongo1-2/+140
2010-12-19More descriptor stuffpatacongo1-14/+80