ehci: refactor pci quirk to use standard dmi_check_system method
authorAnisse Astier <anisse@astier.eu>
Tue, 5 Jul 2011 14:38:45 +0000 (16:38 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 21:55:07 +0000 (14:55 -0700)
commit03c75362181b0b1d6a330e7cf8def10ba988dfbe
tree5610cdaf97af22e51385a0c37e9d5dd0a9f1e01d
parentcc62a7eb6396e8be95b9a30053ed09191818b99b
ehci: refactor pci quirk to use standard dmi_check_system method

In commit 3610ea5397b80822e417aaa0e706fd803fb05680 (ehci: workaround for pci
quirk timeout on ExoPC), a workaround was added to skip the negociation for
the handoff of the EHCI controller.

Refactor the DMI detection code to use standard dmi_check_system function.

Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/pci-quirks.c