summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHemant Kumar <hemantk@codeaurora.org>2016-05-10 15:16:51 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-11 17:44:00 -0700
commit62544d293a6e055ae55ab4f8783651946d5644e3 (patch)
treebbf2701875cd09efe74bd0bc9ae1ea7515527353 /tools/perf/scripts/python
parentf217c8f35372de37c941068bc9a5bfe4456798e7 (diff)
usb: gadget: f_gsi: Use gsi ep ops to disable endpoint
gsi driver does not call the gadget API usb_ep_enable() instead uses gsi ep operation call back to enable gsi ep. As a result ep->enabled flag remains clear. Later function driver calls usb_ep_disble() API from gadget framework and ep disable operation gets skipped. This causes start transfer command to fail next time when gsi ep gets enabled. Fix this issue by calling gsi ep disable operation instead of calling gadget API. CRs-Fixed: 1013830 Change-Id: I06570dec368b430321ec196a5e4338f657c43b42 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions