USB: add an ohci board-specific quirk
authorDavid Brownell <david-b@pacbell.net>
Tue, 17 Apr 2007 20:06:29 +0000 (13:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 20:28:40 +0000 (13:28 -0700)
commit931384fb0ec99a7459b3052f5d4db15bcb5037ea
tree5fd2ebc5fcaefcc823f9c1c5c62dca5898804c3f
parent296c02429271e1b9525b52fed76daa3b1cafefc4
USB: add an ohci board-specific quirk

Use the new ohci-pci quirk infrastructure to address the problem it was
created to address: a quirk specific to the Portege 4000, in buzilla as

http://bugzilla.kernel.org/show_bug.cgi?id=6723

Also fix a misuse of "__devinit" for the quirk functions.  It must not
be used without first ensuring that the references from the quirk tables
are gone, and that the function using those quirk tables is also gone.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-pci.c