Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Marek Vasut's avatar
    97b9eb9e
    usb: Handle -ENODEV from usb_lowlevel_init() · 97b9eb9e
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    97b9eb9e
    History
    usb: Handle -ENODEV from usb_lowlevel_init()
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>