summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 fa6401252..9651e94f9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5391,4 +5391,8 @@
in up_putc(). I think all architectures have this re-entrancy
than can result in serial interrupt being disabled, but I have only
seen the symptom on SAMA5 (2013-8-13).
-
+ * includes/nuttx/usb/usbhost.h and many other affected files: Separate
+ wait() and enumerate() methods from struct usbhost_driver_s and move
+ to new interface, struct usbhost_connection_s. This is part of the
+ necessary restructuring of the USB host interface to support multiple
+ root hub ports (2013-8-13).