summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-09 13:49:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-09 13:49:31 -0600
commitb0cbd0bafc929a364eb841d1671c3d83383ec7d5 (patch)
treee3ee3b8bf5afbd1d9da40d1bc6ab05569e8a8e71 /nuttx/ChangeLog
parent58414dc411302fcb339b917e7e5aa59140bf5a54 (diff)
downloadnuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.tar.gz
nuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.tar.bz2
nuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.zip
Add support for a USB HID mouse. Untested on initial check-in
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b4bd51a59..e9119e113 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6547,5 +6547,9 @@
* Several changes to restore the native Windows build (2014-2-7).
* arch/arm/src/lpc17xx/lpc17_usbhost.c: Fix an compilation error
that crept intot he LPC17xx USB host driver. What happened here?
- (2014-2-8).
+ (2014-2-9).
+ * drivers/usbhost/usbhost_hidmouse.c and other files: Add support
+ for a HID boot mouse device. It compiles but is otherwise
+ completely untested on initial check-in (2014-2-9).
+`