]> git.kernelconcepts.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 23:53:22 +0000 (16:53 -0700)
commitd9638d9236eed035a575feddec61d036dacc2676
tree4a507d5f083f7da5014d10c9b94b86ae2533e2d2
parent98d7db5f32b1c75b31a8c5f75eb134136af54f85
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>
drivers/staging/usbip/usbip_common.c