[PATCH 2/2] [USB]/[misc] Delete a misleading comment

2018-02-17 Thread kirill . kirillovich . kapranov
From: Kirill Kapranov Delete a misleading comment to an obvious definition. Signed-off-by: Kirill Kapranov --- drivers/usb/misc/adutux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c index 9669377..b3160af 100644 --- a

[PATCH 1/2] [USB]/[misc]: Add waiting in transfer abortion

2018-02-17 Thread kirill . kirillovich . kapranov
From: Kirill Kapranov 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 Signe