Skip to content
Snippets Groups Projects
Select Git revision
  • 46b7b2e8025770fb29f7810c2d7d15a6650b9643
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
15 results

usb.c

  • 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>