summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-1110-140/+151
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-081-4/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-10/+0
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-315-7/+7
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-315-339/+339
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-302-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-082-2/+2
* Config/build changes to better support the RTL8187Gregory Nutt2014-06-092-2/+23
* Cosmetic changesGregory Nutt2014-05-281-1/+1
* SAM3/4 Interrupt initialization. Default interrupt priority not being set cor...Gregory Nutt2014-04-171-5/+3
* HID mouse: Don't include NAKs in error count. From LeoGregory Nutt2014-04-171-6/+14
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-1/+1
* More trailing whilespace removalGregory Nutt2014-04-134-21/+21
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-122-6/+4
* remove some unnecessary header filesGregory Nutt2014-02-101-4/+0
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-102-55/+178
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-102-212/+391
* The USB HID mouse driver is now functional. There are some usage issues as d...Gregory Nutt2014-02-092-23/+44
* USB HID mouse: Fixes the basic data transfer model. Returned position data i...Gregory Nutt2014-02-092-67/+14
* USB HID mouse: Automatically select CONFIG_INPUT with USB HID mouse is selectedGregory Nutt2014-02-091-0/+1
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-093-4/+2410
* Fix typos in commentsGregory Nutt2014-02-091-29/+39
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-211-0/+1
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-6/+6
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-101-28/+26
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-101-1/+1
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-092-4/+9
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-1/+10
* Beginning of support for USB host side tracingGregory Nutt2013-09-093-5/+335
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-0/+14
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+9
* 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
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-182-1/+335
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-133-33/+3
* Separate SAMA5 OHCI interrupt handling into separate functionsGregory Nutt2013-08-131-0/+2
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-123-4/+34
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-112-43/+64
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency expre...Gregory Nutt2013-04-211-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-102-2/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-3/+3
* Add support for key release eventspatacongo2012-12-271-4/+4
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-262-15/+23
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-4/+12
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-262-66/+373
* A few native window build updatespatacongo2012-11-251-2/+2
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2