summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 11:47:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 11:47:00 -0600
commit1ab1f3da2b44e0528b87000b23da329aec0a522e (patch)
treed8f265f9baaca641163d6d943d7b49b2961bf658 /nuttx/ChangeLog
parentfbbdc2c1b7f118f592b3c8ffa0832a965685acb5 (diff)
downloadnuttx-1ab1f3da2b44e0528b87000b23da329aec0a522e.tar.gz
nuttx-1ab1f3da2b44e0528b87000b23da329aec0a522e.tar.bz2
nuttx-1ab1f3da2b44e0528b87000b23da329aec0a522e.zip
HID mouse: Don't include NAKs in error count. From Leo
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 7426dbf54..ed94972ac 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7196,3 +7196,5 @@
keyboard and mouse classes if so configured. From Leo (2014-4-17).
* include/nuttx/usb/usbhost: Fix some USB HID-related conditional
compilation. From Leo (2014-4-17).
+ * drivers/usbhost/usbhost_hidmouse.c: Don't include NAKs from the device
+ in the error count. From Leo (2014-4-17).