From: Alan Stern Date: Wed, 14 Jul 2010 15:03:23 +0000 (-0400) Subject: USB: EHCI: remove PCI assumption X-Git-Tag: v2.6.36-rc1~293^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae68a83bdc1971cb02fefc7a686ba6d077065e71;p=pandora-kernel.git USB: EHCI: remove PCI assumption This patch (as1405) fixes a small bug in ehci-hcd's isochronous scheduler. Not all EHCI controllers are PCI, and the code shouldn't assume that they are. Instead, introduce a special flag for controllers which need to delay iso scheduling for full-speed devices beyond the scheduling threshold. Signed-off-by: Alan Stern CC: Sarah Sharp CC: David Brownell CC: stable Acked-by: Sarah Sharp --- Reading git-diff-tree failed