]> 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>
Wed, 6 Apr 2011 22:51:14 +0000 (15:51 -0700)
commit1325f85fa49f57df034869de430f7c302ae23109
tree51d6160a2777313a09e9c0b3ed61a50b8dc64306
parentd2dd0b07c3e725d386d20294ec906f7ddef207fa
staging: usbip: bugfix add number of packets for isochronous frames

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/usbip_common.c