[U-Boot] [PATCH v3] usb: host: Print device name when scanning

Ismael Luceno Cortes ismael.luceno at silicon-gears.com
Tue Mar 19 09:01:25 UTC 2019


On 19/Mar/2019 02:14, Marek Vasut wrote:
> On 3/18/19 2:21 PM, Ismael Luceno Cortes wrote:
> > Drop the counter, it has no meaning other than being the order in which
> > the interface is found; the name assigned to the USB host controller
> > interface is a better indicator.
> > 
> > Example of the original output:
> >> USB0:   USB EHCI 1.10
> >> scanning bus 0 for devices... 2 USB Device(s) found
> >>        scanning usb for storage devices... 1 Storage Device(s) found
> > 
> > Patched output:
> >> Bus usb at ee080100:   USB EHCI 1.10
> >> scanning bus 0 for devices... 2 USB Device(s) found
>                 ^
>                 '-- here it still says 0, why ?
>                     it's not very consistent :)

Good point, I'll remove that one, it seems it used to be the same thing
but now comes from dev->seq.


More information about the U-Boot mailing list