usb: gadget: android: Defer probe if UDC not found
Android gadget driver calls on usb_gadget_probe_driver() to
bind to an available USB device controller (UDC). This fails
if a UDC hasn't probed yet. Handle this by deferring android_usb's
probe to allow it to try again later when the USB controller
device is bound.
Change-Id: Ia49e259289a6aad6292bd5ed98955469ccfce090
Signed-off-by:
Jack Pham <jackp@codeaurora.org>
Loading
Please register or sign in to comment