From: Alan Stern Date: Fri, 19 May 2006 20:52:35 +0000 (-0400) Subject: [PATCH] UHCI: remove ISO TDs as they are used X-Git-Tag: v2.6.18-rc1~858^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8155cc5d839838f8425dbea568fc537337176a7;p=pandora-kernel.git [PATCH] UHCI: remove ISO TDs as they are used This patch (as690) does the same thing for ISO TDs as as680 did for non-ISO TDs: free them as they are used rather than all at once when an URB is complete. At the same time it fixes a minor buglet (I'm not aware of it ever affecting anyone): An ISO TD should be retired when its frame is over, regardless of whether or not the hardware has marked it inactive. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed