From: Alan Stern Date: Fri, 12 May 2006 15:19:19 +0000 (-0400) Subject: [PATCH] UHCI: Remove non-iso TDs as they are used X-Git-Tag: v2.6.18-rc1~858^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e29ed91cff90b27d393c7a3d3ac9c3fcaea7dd;p=pandora-kernel.git [PATCH] UHCI: Remove non-iso TDs as they are used This patch (as680) frees non-isochronous TDs as they are used, rather than all at once when an URB is complete. Although not a terribly important change in itself, it opens the door to a later enhancement that will reduce storage requirements by allocating only a limited number of TDs at any time for each endpoint queue. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed