Skip to content
Commit 687ca639 authored by Kirill Kapranov's avatar Kirill Kapranov Committed by Greg Kroah-Hartman
Browse files

USB: adutux: Add waiting in transfer abortion



Add waiting for an URB transmit finish that let the last URB to be sent
(to be not discarded) during 'release' procedure. W/o this waiting,the
last frame will be nearly always lost.

A test case: an attempt of sending a single frame:
echo -en "\001mk255" >/dev/adutux0

Signed-off-by: default avatarKirill Kapranov <kirill.kirillovich.kapranov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 092bd5c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment