
9 Apr
2016
9 Apr
'16
8:35 p.m.
On 2 April 2016 at 16:04, Hans de Goede hdegoede@redhat.com wrote:
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
Changes in v2:
-Add missing #include for uclass_find_first_device/uclass_find_next_device
cmd/usb.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org