d66282a893
Devices connected to the same USB bus should have unique function addresses. This was not true for root hubs with multiple ports. After this change, enumeration is more reliable on the sama5d3-xplained board when both root hub ports are used. This change amounts to using one usbhost_devaddr_s object per root hub instead of one per root hub port. For the majority of boards only one root hub port is available so no change in behavior should be expected. |
||
---|---|---|
.. | ||
common | ||
m16c | ||
rx65n | ||
sh1 | ||
.gitignore | ||
Makefile | ||
README.txt |
This directory provides a build area for all Renesas and legacy Hitachi architectures. The 'common' subdirectory contains source files shared by all Renesas architectures; Source files unique to a specific Renesas chip architecture are contained in a subdirectory named after the chip. At configuration time, additional directories will be linked here: 'board' will be a link to the boards/renesas/<chip>/<board>/src directory; 'chip' will be a link to the SH chip sub-directory.