summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-27 17:44:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-27 17:44:48 -0600
commit6546300d9e248ebdc870d7e8d51badc3eb60e4b0 (patch)
tree0020656256f573a22aa9f6cc59f21fbe6827c1dd /nuttx/ChangeLog
parentc74c863aadae479a2efa96c4ccb2b46567b16680 (diff)
downloadnuttx-6546300d9e248ebdc870d7e8d51badc3eb60e4b0.tar.gz
nuttx-6546300d9e248ebdc870d7e8d51badc3eb60e4b0.tar.bz2
nuttx-6546300d9e248ebdc870d7e8d51badc3eb60e4b0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ee9b138d0..c0d394b2b 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9074,4 +9074,7 @@
https://github.com/PX4/NuttX/pull/28.diff (2014-11-27).
* drivers/loop.c: Loop device should return -EINTR is interrupt by a
signal (2014-11-27).
-
+ * drivers/input/djoystick.c and include/nuttx/input/djoystick.h. Also
+ drivers/input/Kconfig and Make.defs, and include/nuttx/fs/ioctl.h: Add
+ an interface definition and upper half driver for a discrete joystick
+ device (2014-11-27).