From: Thomas Pugliese Date: Mon, 9 Dec 2013 20:15:15 +0000 (-0600) Subject: usb: wusbcore: set packet count correctly on isoc transfers X-Git-Tag: v3.14-rc1~148^2~130^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756a2eed67e61e9596c2b49a787441c2e0daf1e1;p=pandora-kernel.git usb: wusbcore: set packet count correctly on isoc transfers This patch correctly sets the dwNumOfPackets field of the HWA transfer request for isochronous transfers with multiple segments. Previously all segments used the value that was set for the first segment which may not be correct. Signed-off-by: Thomas Pugliese Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed