Searched hist:"79 e8eddfb9c077581c8b5f20994a94dba51c45e7" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | usb-uclass.c | 79e8eddfb9c077581c8b5f20994a94dba51c45e7 Tue Mar 19 09:19:44 UTC 2019 Ismael Luceno Cortes <ismael.luceno@silicon-gears.com> UPSTREAM: 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
Change-Id: I4d009cd00a03018c4fec2f9ba573e35010f6328f Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit 89aea23abb971fa89b7a96c02024b63d0b918a78)
|