Home
last modified time | relevance | path

Searched hist:"192 eab9357473e09218e0a4448b220d691d9d886" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dusb.c192eab9357473e09218e0a4448b220d691d9d886 Sat Apr 02 22:04:39 UTC 2016 Hans de Goede <hdegoede@redhat.com> dm: usb: Do not reprobe usb hosts on "usb tree" command

Some usb hosts may have failed to probe on "usb start", i.e. an otg
host without an otg-host cable plugged in.

"usb tree" would cause the probe method of these hosts to get called
again, something which should only happen on "usb reset".

This commit fixes this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>