summaryrefslogtreecommitdiff
path: root/common/usb_hub.c
diff options
context:
space:
mode:
authorIsmael Luceno Cortes <ismael.luceno@silicon-gears.com>2019-03-19 12:19:44 +0300
committerMarek Vasut <marex@denx.de>2019-04-09 14:11:45 +0300
commit89aea23abb971fa89b7a96c02024b63d0b918a78 (patch)
tree7a797e1e74377d220cd2b1d5e64679722ba58cf3 /common/usb_hub.c
parent3c99166441bf3ea325af2da83cfe65430b49c066 (diff)
downloadu-boot-89aea23abb971fa89b7a96c02024b63d0b918a78.tar.xz
usb: host: Print device name when scanning
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@ee080100: USB EHCI 1.10 > scanning bus usb@ee080100 for devices... 2 USB Device(s) found > scanning usb for storage devices... 1 Storage Device(s) found Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
Diffstat (limited to 'common/usb_hub.c')
0 files changed, 0 insertions, 0 deletions