summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_enumerate.c
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-7/+7
* Cosmetic changesGregory Nutt2014-05-281-1/+1
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-1/+1
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-121-4/+4
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-101-1/+1
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-271-13/+20
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-4/+40
* Separate SAMA5 OHCI interrupt handling into separate functionsGregory Nutt2013-08-131-0/+2
* Slightly improved delay logic for the USB hostpatacongo2012-08-281-7/+8
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-2/+2
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-4/+4
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Fix USB host error handling logicpatacongo2011-05-121-0/+4
* RTL bug fixespatacongo2011-03-261-7/+7
* RTL8187 driver updatepatacongo2011-03-091-5/+0
* Add logic to get the VID and PIDpatacongo2011-02-111-43/+36
* Don't include ohci.hpatacongo2011-01-131-1/+0
* Missed part of last changepatacongo2011-01-021-8/+11
* FunctionAddress no longer hard-codedpatacongo2011-01-021-5/+10
* Initial debug fixespatacongo2010-12-311-18/+22
* Address should not be shifted in SET_ADDRESSpatacongo2010-12-311-1/+1
* Separate enumeration logicpatacongo2010-12-281-0/+514