commit | 48a9a1e842333860a1ab79f9aca423f6b73004bf | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Wed Aug 15 19:52:48 2012 -0700 |
committer | Manu Gautam <mgautam@codeaurora.org> | Wed Aug 15 20:03:50 2012 -0700 |
tree | aea85f2620c4c0620a5c144a0d48b5da8be42a69 | |
parent | 73ef0c4dd29daddd34abf8eb5a75f9f98c08d63e [diff] |
usb: gadget: Do not pullup D+ by default on bootup UDC core is starting device controllers as soon as gadget driver is registered with the UDC, resulting in controller pulling up D+. This can cause problems with drivers which registers with UDC during initialization but are ready for enumeration only after user enables it later. One example of such a driver is android.c Change-Id: I8985839bd2659f3e3962fe85bd261cd63f43a991 Signed-off-by: Manu Gautam <mgautam@codeaurora.org>