On 25 March 2015 at 12:22, Simon Glass <s...@chromium.org> wrote: > 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: Simon Glass <s...@chromium.org> > --- > > Changes in v2: None > > drivers/usb/host/usb-uclass.c | 18 +++++++++++++++++- > include/dm/uclass-id.h | 1 + > 2 files changed, 18 insertions(+), 1 deletion(-)
Applied to u-boot-dm/next. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot