1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 20:44:34 +01:00
Files
u-boot-megous/common/usb.c
Marek Vasut 97b9eb9e6a usb: Handle -ENODEV from usb_lowlevel_init()
As we support both Host and Device mode operation, an OTG controller
can return -ENODEV on a port which it found to be in Device mode during
Host mode scan for devices. In case -ENODEV is returned, print that the
port is not available and continue instead of screaming a bloody error
message.

Signed-off-by: Marek Vasut <marex@denx.de>
2014-08-29 11:27:42 +02:00

30 KiB