]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7776b55b07ed3d36f791d4cee6307ea3e76a0ef7
tree5fd2ebc5fcaefcc823f9c1c5c62dca5898804c3f
parentaa95e410617e280df8cb046174c8cfee275142b0
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