]> git.baikalelectronics.ru Git - kernel.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>
Fri, 8 Jul 2011 21:55:07 +0000 (14:55 -0700)
commit7000d2cf3e85a9616d3f80ee8481130f59159b6d
tree5610cdaf97af22e51385a0c37e9d5dd0a9f1e01d
parenta96b62b44035e5f74c448139866d2a8b333a7031
ehci: refactor pci quirk to use standard dmi_check_system method

In commit 56640e66a8e4c7ba4ad1e2b71ec6149d081019b7 (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