summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-13 15:03:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-13 15:03:46 -0600
commitc5b10e879ed80495b250e2d9ca7a55ae7d27e57b (patch)
tree7defee4e62136636ba1a10744e1c50c210572aed /nuttx/ChangeLog
parent61c04ffffaf6cf9024d740c04443e66c6fff500e (diff)
downloadnuttx-c5b10e879ed80495b250e2d9ca7a55ae7d27e57b.tar.gz
nuttx-c5b10e879ed80495b250e2d9ca7a55ae7d27e57b.tar.bz2
nuttx-c5b10e879ed80495b250e2d9ca7a55ae7d27e57b.zip
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.
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).