summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_hidmouse.c
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-20/+21
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-5/+0
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-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
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* remove some unnecessary header filesGregory Nutt2014-02-101-4/+0
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-51/+133
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-101-212/+371
* The USB HID mouse driver is now functional. There are some usage issues as d...Gregory Nutt2014-02-091-21/+35
* USB HID mouse: Fixes the basic data transfer model. Returned position data i...Gregory Nutt2014-02-091-61/+14
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-0/+2292