summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMayank Rana <mrana@codeaurora.org>2016-12-01 09:58:30 -0800
committerHemant Kumar <hemantk@codeaurora.org>2017-02-27 18:31:22 -0800
commit200938e4875e6069829477a3dd0b5609b4acefa7 (patch)
treeaa5c1b0638a934aa01756de631874b08e762b703 /tools/perf/scripts/python/bin
parent82e6740d7f3c556fa84166874661f184eaec0c30 (diff)
f_gsi: Don't reconfigure USB GSI eps multiple time with cable connect case
Commit dbca823c25bf ("f_gsi: Don't send end xfer command when USB is into U3 state") consolidated below usecases path for RNDIS: 1. USB RNDIS adaptor disable/enable case 2. USB RNDIS suspend/resume case 3. USB cable connect case Due to USB GSI endpoints are getting disabled as part of above usecase 1 i.e. adaptor disable, it is required to reconfigure and re-enable USB GSI endpoints when adaptor is enabled. USB GSI endpoints are re-configured but not re-enabled for above usecase 3 although it is already configured and enabled as pat of set_alt(1). Hence USB GSI endpoint are partially configured causing no USB data transfer between USB GSI and IPA GSI which fails IP address assignment. Fix this issue by making sure that USB GSI endpoints are not reconfigured in above usecase 3. CRs-Fixed: 1095920 Change-Id: I67068bac21274d715f61f9e5b83fae54e2c8e22d Signed-off-by: Mayank Rana <mrana@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions