]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: usbip: bugfix add number of packets for isochronous frames
authorArjan Mels <arjan.mels@gmx.net>
Tue, 5 Apr 2011 18:26:38 +0000 (20:26 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:56:54 +0000 (10:56 -0400)
commit1ce528277e1a66856ed3f7526c1e3458c0ed4a70
tree16d506c1da35c78d7203cebb884d0c109513c717
parent970a1b17861ba9aaced13ee76a0da197548096ed
staging: usbip: bugfix add number of packets for isochronous frames

commit 1325f85fa49f57df034869de430f7c302ae23109 upstream.

The number_of_packets was not transmitted for RET_SUBMIT packets. The
linux client used the stored number_of_packet from the submitted
request. The windows userland client does not do this however and needs
to know the number_of_packets to determine the size of the transmission.

Signed-off-by: Arjan Mels <arjan.mels@gmx.net>
Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Cc: Max Vozeler <max@vozeler.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/staging/usbip/usbip_common.c