]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Mon, 3 Oct 2011 18:40:46 +0000 (11:40 -0700)
commitf06d716d8eb4248e75fa2a5e1288a5ddcff8a9f4
tree73da75e8d72238656dfe46104cc6aecbb63cac48
parent352d0ff21f7a8ce23b0a70a80cd61e5ae566fe60
ehci: refactor pci quirk to use standard dmi_check_system method

commit 03c75362181b0b1d6a330e7cf8def10ba988dfbe upstream.

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