From: Kumar Gala Date: Fri, 20 Jan 2006 21:57:52 +0000 (-0800) Subject: [PATCH] USB: EHCI and Freescale 83xx quirk X-Git-Tag: v2.6.17-rc1~1176^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cd42e97bf451bbbb2f54dc571366ae5a72faaea;p=pandora-kernel.git [PATCH] USB: EHCI and Freescale 83xx quirk On the MPC834x processors the multiport host (MPH) EHCI controller has an erratum in which the port number in the queue head expects to be 0..N-1 instead of 1..N. If we are on one of these chips we subtract one from the port number before putting it into the queue head. Signed-off-by: Kumar Gala Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed