Skip to content
  • Simon Glass's avatar
    dm: usb: Bind generic USB devices when there is no driver · 449230f0
    Simon Glass authored
    
    
    At present USB devices with no driver model driver cannot be seen in the
    device list, and we fail to set them up correctly. This means they cannot
    be used.
    
    While having real drivers that support driver model for all USB devices
    is the eventual goal, we are not there yet.
    
    As a stop-gap, add a generic USB driver which is bound when we do not have
    a real driver. This allows the device to be set up and shown on the bus.
    It also allows ad-hoc code (such as usb_ether) to find these devices and
    set them up.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarMarek Vasut <marex@denx.de>
    449230f0