diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2016-12-01 21:14:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-05 17:08:45 +0300 |
commit | 3e448e13a662fb20145916636127995cbf37eb83 (patch) | |
tree | 8d2fa555df3a9ba6558f8cbdb0ffee66e7c7ab1e /drivers/usb/isp1760 | |
parent | 66c79319f838df744b062a73c3dcdfd2156b7da7 (diff) | |
download | linux-3e448e13a662fb20145916636127995cbf37eb83.tar.xz |
usbip: vudc: fix: Clear already_seen flag also for ep0
ep_list inside gadget structure doesn't contain ep0.
It is stored separately in ep0 field.
This causes an urb hang if gadget driver decides to
delay setup handling. On host side this is visible as
timeout error when setting configuration.
This bug can be reproduced using for example any gadget
with mass storage function.
Fixes: abdb29574322 ("usbip: vudc: Add vudc_transfer")
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/isp1760')
0 files changed, 0 insertions, 0 deletions