summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-10 11:53:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-10 11:53:37 -0600
commitda2b06fc9b4934db950f8218bb0c17829cd381a9 (patch)
tree3200388b06c9c4e75b47b0bdce2cd7538fbed1e4 /nuttx/ChangeLog
parent105f5fbfcbbf411deefddac8039ccb3b03477609 (diff)
downloadnuttx-da2b06fc9b4934db950f8218bb0c17829cd381a9.tar.gz
nuttx-da2b06fc9b4934db950f8218bb0c17829cd381a9.tar.bz2
nuttx-da2b06fc9b4934db950f8218bb0c17829cd381a9.zip
HID mouse can now support some while mice. Problems with Microsoft mice
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 41a32ca61..ff6ba917d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6564,3 +6564,5 @@
touchscreen drivers, mouse drivers need to report positional data
with no button is pressed so that the mouse position can drive a
cursor (2014-2-10).
+ * drivers/usbhost/usbhost_hidmouse.c, include/nuttx/input/mouse.h, and
+ include/nuttx/usb/hid.h: Add support for a mouse wheel (2014-2-10).