From: Arjan Mels Date: Tue, 5 Apr 2011 18:26:59 +0000 (+0200) Subject: staging: usbip: bugfix for isochronous packets and optimization X-Git-Tag: v2.6.39-rc3~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28276a28d8b3cd19f4449991faad4945fe557656;p=pandora-kernel.git staging: usbip: bugfix for isochronous packets and optimization For isochronous packets the actual_length is the sum of the actual length of each of the packets, however between the packets might be padding, so it is not sufficient to just send the first actual_length bytes of the buffer. To fix this and simultanesouly optimize the bandwidth the content of the isochronous packets are send without the padding, the padding is restored on the receiving end. Signed-off-by: Arjan Mels Cc: Takahiro Hirofuchi Cc: Max Vozeler Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed