summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 11:22:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 11:22:46 -0600
commitfbbdc2c1b7f118f592b3c8ffa0832a965685acb5 (patch)
tree0250a4bd780dceaf3f1c918ce4ccd2378aa63bc9 /nuttx/ChangeLog
parent7074c48dc89afd391731446a16d8a519924084d6 (diff)
downloadnuttx-fbbdc2c1b7f118f592b3c8ffa0832a965685acb5.tar.gz
nuttx-fbbdc2c1b7f118f592b3c8ffa0832a965685acb5.tar.bz2
nuttx-fbbdc2c1b7f118f592b3c8ffa0832a965685acb5.zip
Add logic to register HID keybaord and mouse classes; fix some conditional compilation. From Leo
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e9d2f12ba..7426dbf54 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7192,4 +7192,7 @@
Sourceforge bug 25 submitted by Luciano Neri (2014-4-17).
* arch/arm/src/stm32/stm32_otgfshost.c: Some fixes related to low-speed
devices and interrupt endpoints from Leo (2014-4-17).
-
+ * configs/stm32f4discovery/src/stm32_usb.c: Add support to register
+ 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).