[U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers

Remy Bohmer linux at bohmer.net
Mon Aug 8 21:46:45 CEST 2011


Hi,

2011/7/12 Marek Vasut <marek.vasut at gmail.com>:
> Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
> ---
>  common/usb.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/common/usb.c b/common/usb.c
> index 8e84266..a401c09 100644
> --- a/common/usb.c
> +++ b/common/usb.c
> @@ -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 */
>

Applied to u-boot-usb. Thanks.

Kind regards,

Remy


More information about the U-Boot mailing list