this gadget driver needs to make sure that we will only enumerate after its userland counterpart is up and running. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/usb/gadget/webcam.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/webcam.c b/drivers/usb/gadget/webcam.c index 8cef1e6..41a4d03 100644 --- a/drivers/usb/gadget/webcam.c +++ b/drivers/usb/gadget/webcam.c @@ -388,6 +388,7 @@ static __refdata struct usb_composite_driver webcam_driver = { .max_speed = USB_SPEED_SUPER, .bind = webcam_bind, .unbind = webcam_unbind, + .controls_pullups = true, }; static int __init -- 1.8.1.rc1.5.g7e0651a -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html