From: Duncan Sands Date: Fri, 13 Jan 2006 10:06:46 +0000 (+0100) Subject: [PATCH] USBATM: handle urbs containing partial cells X-Git-Tag: v2.6.16-rc2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fb2f641f421662ebda48763f2f03cb9bd29e82;p=pandora-kernel.git [PATCH] USBATM: handle urbs containing partial cells The receive logic has always assumed that urbs contain an integral number of ATM cells, which is a bit naughty, though it never caused any problems with bulk transfers. Isochronous urbs spank us soundly for this. Fixed thanks to this patch, mostly by Stanislaw Gruszka. Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed