From: Alan Stern Date: Fri, 19 May 2006 20:39:52 +0000 (-0400) Subject: [PATCH] UHCI: fix race in ISO dequeuing X-Git-Tag: v2.6.18-rc1~858^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b8e47d6b32bfba22874354c62770cb4e42aa6c;p=pandora-kernel.git [PATCH] UHCI: fix race in ISO dequeuing This patch (as688) fixes a small race in uhci-hcd. Because ISO queues aren't controlled by queue headers, they can't be unlinked. Only individual URBs can. So whenever multiple ISO URBs are dequeued, it's necessary to make sure the hardware is done with each one. We can't assume that dequeuing the first URB will suffice to unlink the entire queue. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed