summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 20:00:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 20:00:29 -0600
commit589e38f3025d6db15dfe3a266691070d6bf74368 (patch)
tree49188b48f1e75ad9c4fd00e8eb062504303f97bb
parent663f9b2ce8e2fea08d10ae0f95a1b63fe437413b (diff)
downloadnuttx-589e38f3025d6db15dfe3a266691070d6bf74368.tar.gz
nuttx-589e38f3025d6db15dfe3a266691070d6bf74368.tar.bz2
nuttx-589e38f3025d6db15dfe3a266691070d6bf74368.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f4e2918fe..3c4fc1d97 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9113,4 +9113,5 @@
* 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).
+ device. Initial check-in is only a little more of a clone of the
+ discrete joystick driver and is as-of-yet untested (2014-11-27).