summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/input
Commit message (Expand)AuthorAgeFilesLines
* Update the ADXL345 interface following the current interface schemeGregory Nutt2014-12-161-1/+1
* Update commentsGregory Nutt2014-11-292-0/+2
* Re-arrange the AJOYSTICK data structure so that it matches the mouse structureGregory Nutt2014-11-291-1/+5
* Update/correct some commentsGregory Nutt2014-11-291-3/+6
* Add an analog joystick driver. Initial checkin is only a little more of a cl...Gregory Nutt2014-11-281-10/+27
* Add an interface definition header file for an analog joystick deviceGregory Nutt2014-11-282-2/+275
* DJoystick: Add a new ioctl to get the support joystick discrete signalsGregory Nutt2014-11-281-3/+19
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-281-13/+30
* Some additional, minor improvements to djoystick interrupt controlsGregory Nutt2014-11-271-1/+8
* Add an interface definition and upper half driver for a discrete joystick deviceGregory Nutt2014-11-272-1/+238
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-181-1/+0
* maXTouch: Add thresholding so that MOVE reports are not generated unless ther...Gregory Nutt2014-07-121-0/+20
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-061-8/+1
* MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C frequ...Gregory Nutt2014-07-051-8/+0
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-051-0/+207
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+4
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-2/+5
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-102-1/+103
* Remove EXTERN from prototypeGregory Nutt2014-02-091-3/+3
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-4/+9
* Add support for key release eventspatacongo2012-12-271-27/+73
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-1/+4
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-10/+16
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-251-0/+292
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+54
* Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-201-0/+175
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-272-3/+13
* PGA11x driver belongs in analog/ not input/patacongo2012-07-251-292/+0
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-251-0/+292
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-291-3/+3
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-185/+185
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-141-0/+17
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-12/+12
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-3/+13
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-081-4/+2
* Add STMPE11 temperature sensor logicpatacongo2012-05-061-1/+59
* Add STMPE11 touchscreen logicpatacongo2012-05-061-37/+71
* Add framework for STMPE11 ADC interfacespatacongo2012-05-061-0/+61
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-051-20/+45
* Beginning of an SMTPE11 touchscreen/IO expander driverpatacongo2012-05-052-28/+184
* More STM3240G-EVAL LCD updatespatacongo2012-04-271-0/+432
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-171-2/+2
* SAM3U SPI debug changespatacongo2011-10-071-0/+6
* ADS7843E driver is code completepatacongo2011-10-041-3/+3
* Fix typos that cause compilations errors with CONFIG_RTCpatacongo2011-10-031-8/+8
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-031-2/+7
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-033-2/+163
* Simulated touchscreen debug fixespatacongo2011-09-281-3/+21