commit | ed1db3ada189c9af592c4d2971b22b482b68aafe | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Oct 27 15:26:50 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:18 2009 -0800 |
tree | aa7d98261986c4558a7c38b9047ea9e02342b227 | |
parent | 253e05724f9230910344357b1142ad8642ff9f5a [diff] |
USB: fix a bug in the scatter-gather library This patch (as1298) fixes a bug in the new scatter-gather URB facility. If an URB uses a scatterlist then it should not have the URB_NO_INTERRUPT flag set; otherwise the system won't be notified when the transfer completes. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Acked-by: David Vrabel <david.vrabel@csr.com> CC: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>