From 32200cad22a0ecb3af75174a087ff0ecb42a60f0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 May 2015 09:38:08 -0600 Subject: [PATCH] SAMA5 OHCI: Implement asynchronous I/O needed for hub support --- configs/sama5d3x-ek/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index f0d0df6d6a8..a3d77520ece 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -1667,6 +1667,9 @@ USB High-Speed Host 2. Stack usage make increase when USB hub support is enabled because the nesting depth of certain USB host class logic can increase. + STATUS: + Hub support has not been verified on this board. + Mass Storage Device Usage -------------------------