From: Alan Stern Date: Fri, 12 May 2006 15:35:45 +0000 (-0400) Subject: [PATCH] UHCI: Reimplement FSBR X-Git-Tag: v2.6.18-rc1~858^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84afddd7ac58adad00cb0e50d0af25fcf825668b;p=pandora-kernel.git [PATCH] UHCI: Reimplement FSBR This patch (as683) re-implements Full-Speed Bandwidth Reclamation (FSBR) properly. It keeps track of which endpoint queues have advanced, and when none have advanced for a sufficiently long time, FSBR is turned off. The next TD on each of the non-moving queues is modified to generate an interrupt on completion, so that FSBR can be re-enabled as soon as the hardware starts to make some progress. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed