From: Alan Stern Date: Mon, 29 Jun 2009 14:47:30 +0000 (-0400) Subject: USB: EHCI: use the new clear_tt_buffer interface X-Git-Tag: v2.6.31-rc3~4^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=914b701280a76f96890ad63eb0fa99bf204b961c;p=pandora-kernel.git USB: EHCI: use the new clear_tt_buffer interface This patch (as1256) changes ehci-hcd and all the other drivers in the EHCI family to make use of the new clear_tt_buffer callbacks. When a Clear-TT-Buffer request is in progress for a QH, the QH is not allowed to be linked into the async schedule until the request is finished. At that time, if there are any URBs queued for the QH, it is linked into the async schedule. Signed-off-by: Alan Stern Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed