summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 19:27:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 19:27:42 -0600
commit4cada4a9ac8f3d0e90a2a5952e895fafdd520a40 (patch)
treeb9de8246d0ab21a1bf8f6102ffee315fc3c22fb7 /nuttx/ChangeLog
parent84f1e0903e7bfbcbb66c1898f6dd5954a7570f48 (diff)
downloadnuttx-4cada4a9ac8f3d0e90a2a5952e895fafdd520a40.tar.gz
nuttx-4cada4a9ac8f3d0e90a2a5952e895fafdd520a40.tar.bz2
nuttx-4cada4a9ac8f3d0e90a2a5952e895fafdd520a40.zip
Add an interface definition header file for an analog joystick device
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2b9864da0..f4e2918fe 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9110,3 +9110,7 @@
for the STM3210E-EVAL (2014-11-28).
* drivers/input/djoystick.c include/nuttx/input/djoystick.h: Add a new
ioctl to get the supported joystick discrete signals (2014-11-28).
+ * drivers/input/ajoystick.c and include/nuttx/input/ajoystick.h. Also
+ drivers/input/Kconfig and Make.defs, and include/nuttx/fs/ioctl.h: Add
+ an interface definition and upper half driver for an analog joystick
+ device (2014-11-27).