incubator-nuttx/arch/renesas
Lwazi Dube d66282a893 usbhost: Fix function address generation for multi-port root hubs.
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.
2023-05-11 09:44:18 +02:00
..
include arch: Fix nxstyle errors 2023-05-04 23:21:51 +03:00
src usbhost: Fix function address generation for multi-port root hubs. 2023-05-11 09:44:18 +02:00
Kconfig Remove the double blank line from source files 2022-02-20 20:10:14 +01:00