summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-13/+14
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Cosmetic changesGregory Nutt2014-05-281-1/+1
* HID mouse: Don't include NAKs in error count. From LeoGregory Nutt2014-04-171-1/+1
* Add logic to register HID keybaord and mouse classes; fix some conditional co...Gregory Nutt2014-04-171-0/+6
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-0/+19
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-3/+45
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-2/+2
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-13/+21
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-3/+2
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+3
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-31/+36
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-27/+0
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-1/+7
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-7/+7
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-1/+1
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-2/+2
* Header file clean-uppatacongo2012-07-171-4/+4
* More USB composite device logicpatacongo2012-01-261-4/+4
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-2/+2
* Fix USB host error handling logicpatacongo2011-05-121-0/+4
* Add RTL8187 TX logicpatacongo2011-03-251-0/+76
* RTL18189 infrastructurepatacongo2011-02-121-1/+20
* More HID keyboard progresspatacongo2011-01-171-3/+5
* Make space for int/isoc endpoint supportpatacongo2011-01-161-1/+3
* Many changes in preparation for HID keyboardpatacongo2011-01-151-0/+19
* TD's no longer hard allocatedpatacongo2011-01-151-4/+4
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-0/+1
* Improve endpoint managementpatacongo2011-01-111-16/+74
* Basic USB host functionality in placepatacongo2011-01-091-2/+2
* FunctionAddress no longer hard-codedpatacongo2011-01-021-5/+14
* Misc debug fixespatacongo2011-01-011-3/+4
* Correct logic that turns on USB host powerpatacongo2010-12-311-1/+1
* Handling missing RHSC interruptpatacongo2010-12-301-1/+1
* Separate enumeration logicpatacongo2010-12-281-0/+73
* misc resource utilization fixespatacongo2010-12-211-4/+6
* Clean up commentspatacongo2010-12-211-7/+9
* Add USB host support to NSHpatacongo2010-12-211-5/+7
* Separate waiting for a device and enumerating a devicepatacongo2010-12-211-18/+70
* Add a little morepatacongo2010-12-201-7/+7
* minorpatacongo2010-12-201-65/+38
* Add class binding logicpatacongo2010-12-191-1/+1
* More descriptor stuffpatacongo2010-12-191-1/+1
* Finishes first cut at USB host MS classpatacongo2010-12-181-0/+32
* Working through initialization state machinepatacongo2010-12-181-43/+85
* Add td allocation logicpatacongo2010-12-171-4/+132
* Add a complete methodpatacongo2010-12-161-9/+67
* Changes to get USB host driver compilepatacongo2010-12-161-0/+2