]> 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)
committerAndi Kleen <ak@linux.intel.com>
Thu, 28 Apr 2011 15:20:49 +0000 (08:20 -0700)
commitdb898d0c5c493ce4177d5e1d3a953e079a56a24b
tree979038a838f0f6872a121e1953f309256e8d55d2
parent92df499eee56047df6dcac34a743ee72ba3a82ef
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Cc: Max Vozeler <max@vozeler.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/usbip_common.c