HACK: usb: gadget: Fix enumeration on boot
authorBenoit Goby <benoit@android.com>
Thu, 1 Mar 2012 21:17:07 +0000 (13:17 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 22:51:55 +0000 (15:51 -0700)
commitb94f8f691c550d1e07c21d6c672b916377c9d6d4
treef96b7572ccaee1d71794e7d92b6333d1e2db66bc
parent766a5bfa1e6de105a8b814dd2a1b9c3be231a945
HACK: usb: gadget: Fix enumeration on boot

The Android gadget driver disconnects the gadget on bind
and expects the gadget to stay disconnected until it calls
usb_gadget_connect when userspace is ready. Removed the call
to usb_gadget_connect in usb_gadget_probe_driver to avoid
enabling the pullup before userspace is ready.

Change-Id: I63707ac6e16a44eca52351a4bf80407d25fbd35e
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/gadget/udc-core.c