Add an interface definition header file for an analog joystick device

This commit is contained in:
Gregory Nutt
2014-11-28 19:27:42 -06:00
parent 9bd9b5ad78
commit 36ac0d2cf4
4 changed files with 287 additions and 3 deletions
+4
View File
@@ -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).