commit | 756a2eed67e61e9596c2b49a787441c2e0daf1e1 | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Mon Dec 09 14:15:15 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 09 13:29:21 2013 -0800 |
tree | 559053ae55ed079ba7f5875153e2c66af5e88001 | |
parent | ea1af42d3d4da73c9d75984f24e569515261b3fd [diff] |
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 <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>