summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-241-1/+1
* 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-139-26/+26
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+3
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-101-0/+1
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-0/+19
* Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable an...Gregory Nutt2013-11-191-2/+2
* Avoid calling pthread_join() to wait for USB MSC thread to terminate: This d...Gregory Nutt2013-11-011-27/+28
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-212-11/+10
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-201-4/+4
* Fix inconsistency in USB host tracing definitionsGregory Nutt2013-09-191-7/+26
* CDC/ACM: Backward condtional compilation fixed. Provided by Lorenz MeierGregory Nutt2013-09-131-2/+2
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-091-2/+18
* Beginning of support for USB host side tracingGregory Nutt2013-09-092-35/+123
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-2/+2
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-061-150/+153
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-1/+5
* SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to REV...Gregory Nutt2013-09-011-0/+4
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-3/+45
* SAMA5/ECHI: Debug register access, add logic to determine transfer size, fix...Gregory Nutt2013-08-231-0/+63
* SAMA5 EHCI: Initial debug changesGregory Nutt2013-08-221-2/+4
* SAMA5 EHCI: Add IOC error handlingGregory Nutt2013-08-221-0/+2
* SAMA5 EHCI: Hardware initialization logicGregory Nutt2013-08-211-4/+11
* Move all SAMA5 EHCI interrupt handling to the worker threadGregory Nutt2013-08-211-2/+5
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-201-1/+1
* SAMA5 OHCI+EHCI mostly cosmetic changesGregory Nutt2013-08-191-3/+18
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-182-1/+151
* Add few more EHCI definitionsGregory Nutt2013-08-181-15/+64
* Completes EHCI header fileGregory Nutt2013-08-181-565/+785
* Add EHCI header file (not quite complete)Gregory Nutt2013-08-171-0/+565
* 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
* Fixes for compiler warnings from Lorenz MeierGregory Nutt2013-08-031-16/+15
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-121-7/+7
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-0/+11
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-191-29/+29
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-2/+2
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-8/+43
* LM4F update from JPpatacongo2013-01-301-0/+5
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-6/+6
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-251-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-4/+0