summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-041-1/+1
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-031-1/+1
* Update/correct some commentsGregory Nutt2014-11-293-2/+25
* Add an analog joystick driver. Initial checkin is only a little more of a cl...Gregory Nutt2014-11-284-2/+913
* Fixes to get the discrete joystick driver and test workingGregory Nutt2014-11-281-8/+4
* DJoystick: Add a new ioctl to get the support joystick discrete signalsGregory Nutt2014-11-281-0/+24
* Fix missing quote in KconfigGregory Nutt2014-11-281-1/+1
* Some additional, minor improvements to djoystick interrupt controlsGregory Nutt2014-11-271-9/+14
* Add an interface definition and upper half driver for a discrete joystick deviceGregory Nutt2014-11-273-1/+860
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+2
* Eliminate warningsGregory Nutt2014-10-111-20/+11
* Cosmetic updates to commentsGregory Nutt2014-10-111-10/+9
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-4/+4
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-6/+6
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-315-8/+8
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-215-15/+15
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-073-3/+3
* Add missing configuration option to select the MAX11802 touchscreen controllerGregory Nutt2014-07-221-0/+7
* MXT driver: Fix error in thread test... backward logicGregory Nutt2014-07-161-1/+1
* maXTouch: Add thresholding so that MOVE reports are not generated unless ther...Gregory Nutt2014-07-122-19/+114
* maXTouch: Fix error in state machineGregory Nutt2014-07-121-17/+42
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the...Gregory Nutt2014-07-101-0/+11
* MXT driver worksGregory Nutt2014-07-101-101/+100
* MXT driver is now at least partially functionalGregory Nutt2014-07-091-123/+121
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-091-6/+75
* MXT Driver: Make sure that all return values are checked: Fix worker thread ...Gregory Nutt2014-07-082-156/+189
* maXTouch: Fix some issues with interrupt handlingGregory Nutt2014-07-071-27/+59
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-071-3/+3
* maXTouch: Be consistent. Failure return values are not just non-zero, but ne...Gregory Nutt2014-07-061-5/+5
* maXTouch: Fix test of I2C_TRANSFER return valueGregory Nutt2014-07-061-27/+3
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-062-21/+23
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-055-12/+1786
* TSC2007: Cosmetic updatesGregory Nutt2014-07-041-2/+2
* More trailing whilespace removalGregory Nutt2014-04-138-42/+42
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-104-11/+10
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+17
* Minor typo fixesGregory Nutt2014-02-092-2/+2
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-274-8/+8
* Add a general bit-bang SPI upper-half driverGregory Nutt2013-07-011-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-4/+4
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-30/+5
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-161-1/+45
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-0/+5
* Yet more kconfg2html logicGregory Nutt2013-04-201-1/+1
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-152-4/+11
* Minor clean-up while debugging the Open1788 touchscreenGregory Nutt2013-04-121-9/+10
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-2/+0
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-021-2/+16
* Several patches from Petteri Aimonenpatacongo2013-02-081-9/+19