From ff626d4945f7f1e55d5bf67d2b30cac4e193031e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Nov 2014 20:00:29 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f4e2918fe2..3c4fc1d978 100755 --- a/ChangeLog +++ b/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).