]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
authorAnisse Astier <anisse@astier.eu>
Tue, 9 Oct 2012 10:22:36 +0000 (12:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 16:51:35 +0000 (09:51 -0700)
commit c323dc023b9501e5d09582ec7efd1d40a9001d99 upstream.

BIOS vendors keep changing the BIOS versions. Only match the beginning
of the string to match all Lucid tablets with board name M11JB.

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

index 3b82c81a2e9bce0fffda38412457ff92dfa63c0a..2327dab4fca949d81d514428f9b6bf3b6ecf5a02 100644 (file)
@@ -543,7 +543,7 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
                /*  Pegatron Lucid (Ordissimo AIRIS) */
                .matches = {
                        DMI_MATCH(DMI_BOARD_NAME, "M11JB"),
-                       DMI_MATCH(DMI_BIOS_VERSION, "Lucid-GE-133"),
+                       DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
                },
        },
        { }