From: Alan Stern Date: Sat, 17 Dec 2005 22:58:46 +0000 (-0500) Subject: [PATCH] UHCI: use one QH per endpoint, not per URB X-Git-Tag: v2.6.17-rc1~1176^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dccf4a48d47120a42382ba526f1a0848c13ba2a4;p=pandora-kernel.git [PATCH] UHCI: use one QH per endpoint, not per URB This patch (as623) changes the uhci-hcd driver to make it use one QH per device endpoint, instead of a QH per URB as it does now. Numerous areas of the code are affected by this. For example, the distinction between "queued" URBs and non-"queued" URBs no longer exists; all URBs belong to a queue and some just happen to be at the queue's head. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed