summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6ee8926fe..689c64d28 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5369,4 +5369,12 @@
* arch/arm/src/sama5/sam_ohci.c and sam_usbhost.h (was sam_ohci.h), and
configs/sama5d3x-ek/src/sam_usb.c, and sama5d3x-ek.h: Add controls
to enable VBUS power in OHCI host most (2013-8-12).
-
+ * includes/nuttx/usb/usbhost.h, all USB host drivers in arch/, and all
+ USB host-side connection monitoring threads in configs/*/src: The
+ SAMA5 has three downstream ports; all of the other USB host
+ implementations have only one. This will require significant changes
+ to the USB host interfaces starting with these chnages to monitor
+ connections on a port-by-port basis. This effects a lot of files and
+ more changes are coming for this issues. Changes are being blindly
+ incorporated into other architrectures. I am being careful to avoid
+ breakage, but I expect some (2013-8-12).