mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
@@ -1166,6 +1166,7 @@ void usb_hub_port_connect_change(struct usb_device *dev, int port)
|
||||
|
||||
dev->children[port] = usb;
|
||||
usb->parent = dev;
|
||||
usb->portnr = port + 1;
|
||||
/* Run it through the hoops (find a driver, etc) */
|
||||
if (usb_new_device(usb)) {
|
||||
/* Woops, disable the port */
|
||||
|
Reference in New Issue
Block a user