summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 15:41:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 15:41:47 -0600
commitc4236a2deb7838058bef13c9c048dc83c2329ba8 (patch)
treefca6d1acd13b05b42ddf87ed9ef74163eb0df11a
parentf275ca341157a1760f6fc19814570b3604fc918d (diff)
downloadnuttx-c4236a2deb7838058bef13c9c048dc83c2329ba8.tar.gz
nuttx-c4236a2deb7838058bef13c9c048dc83c2329ba8.tar.bz2
nuttx-c4236a2deb7838058bef13c9c048dc83c2329ba8.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 234dc7581..83112ff82 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1144,3 +1144,5 @@
* apps/examples/romfs/Makefile: fix romfs example builtin app registry
issue. From Librae (2014-11-27).
+ * apps/examples/djoystick and support file: Add a test of the discrete
+ joystick driver (2014-11-28).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 358d8774f..2b9864da0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9108,3 +9108,5 @@
(2014-11-28).
* configs/stm3210e-eval/src/stm32_djoystick.c: Add a DJoystick driver
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).