diff options
| author | Azhar Shaikh <azhars@codeaurora.org> | 2015-12-18 12:07:17 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:07:01 -0700 |
| commit | 13e9b08d2d5126da1e7ebd2854eca1af77cd6551 (patch) | |
| tree | 00c46519a0ff7b58b0721e4e7c81656d7cdbc3d3 /include/linux | |
| parent | 9230a73e6bbdfc4010d041e6437c48aa078b61f3 (diff) | |
Revert "usb: dwc3: Reset the transfer resource index on SET_INTERFACE"
commit a0c760181ca874 ("usb: dwc3: Reset the transfer resource index
on SET_INTERFACE") was resetting the start_config_issued flag on
receiving SetInterface request. But in cases where transfer resource
index is shared between two endpoints and if both are trying to do a
transfer then transfer on one of the endpoints will fail, since the
transfer resource index will be acquired by the first endpoint
and when the second endpoint tries to get the same transfer resource
index, it will fail and hence STARTTRANSFER command also fails on second
endpoint.
Reverting this change ensures endpoints get allocated with unique
transfer resource index.
CRs-fixed: 953585
Change-Id: I7800356e455900cc39b9463366275c68db777199
Signed-off-by: Azhar Shaikh <azhars@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
