[U-Boot] [PATCH] usb: host: Print device name when scanning
Marek Vasut
marek.vasut at gmail.com
Thu Mar 14 15:09:35 UTC 2019
On 3/14/19 1:57 PM, Ismael Luceno Cortes wrote:
> On 14/Mar/2019 12:55, Marek Vasut wrote:
>> On 3/14/19 12:44 PM, Ismael Luceno Cortes wrote:
>>> On 18/Feb/2019 09:23, Ismael Luceno Cortes wrote:
>>>> Signed-off-by: Ismael Luceno <ismael.luceno at silicon-gears.com>
>>>> ---
>>>> drivers/usb/host/usb-uclass.c | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c
>>>> index 611ea97a72..0575f5393b 100644
>>>> --- a/drivers/usb/host/usb-uclass.c
>>>> +++ b/drivers/usb/host/usb-uclass.c
>>>> @@ -255,7 +255,7 @@ int usb_init(void)
>>>>
>>>> uclass_foreach_dev(bus, uc) {
>>>> /* init low_level USB */
>>>> - printf("USB%d: ", count);
>>>> + printf("USB%d(%s): ", count, bus->name);
>>>> count++;
>>>>
>>>> #ifdef CONFIG_SANDBOX
>>>> --
>>>> 2.19.1
>>>
>>> Ping.
>>
>> What is this patch doing ? The commit description doesn't explain
>> anything about it.
>
> It prints the host device name. I'm not sure the count is at all useful
> given there's a name...
If you could share the log before and after to better illustrate the
difference, that'd be nice.
However, shouldn't the same approach be applied to 'usb tree' subcommand
and possibly others ?
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list