From: Benjamin Herrenschmidt Date: Thu, 14 Dec 2006 19:53:55 +0000 (+1100) Subject: USB: Rework the OHCI quirk mecanism as suggested by David X-Git-Tag: v2.6.21-rc2~42^2~9^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4302a595cd9c6363b495460497ecbda49fa16858;p=pandora-kernel.git USB: Rework the OHCI quirk mecanism as suggested by David This patch applies David Brownell's suggestion for reworking the OHCI quirk mechanism via a table of PCI IDs. It adapts the existing quirks to use that mechanism. This also moves the quirks to reset() as suggested by the comment in there. This is necessary as we need to have the endian properly set before we try to init the controller. Signed-off-by: Benjamin Herrenschmidt Acked-by: David Brownell Acked-by: Geoff Levand Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed