commit | 4eb77d35228f9fa8ce915b21723ca8690296b972 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sat Jan 21 20:28:00 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 14:47:58 2023 -0500 |
tree | 854dd767c79cd74589d1bbd762732f2a541b6954 | |
parent | 98bed34fea99e9bd548b98fbd1e405dfb28814ff [diff] |
usb: xhci: Fix root hub descriptor When a system has multiple XHCI controllers, some of the properties described in the descriptor of the root hub (such as the number of ports) might differ between controllers. Fix this by switching from a single global hub descriptor to a hub descriptor per controller. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Marek Vasut <marex@denx.de>