ehci: add pci quirk for Ordissimo and RM Slate 100 too
authorAnisse Astier <anisse@astier.eu>
Tue, 5 Jul 2011 14:38:46 +0000 (16:38 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 21:55:08 +0000 (14:55 -0700)
Add another variant of the Pegatron tablet used by Ordissimo, and
apparently RM Slate 100, to the list of models that should skip the
negociation for the handoff of the EHCI controller.

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

index 04600a9c6e4a37c660e9a024a9c271775151789d..b5a7304fcbef3f90f64e349dc5f45d5c6d061c26 100644 (file)
@@ -515,6 +515,13 @@ static const struct dmi_system_id __initconst ehci_dmi_nohandoff_table[] = {
                        DMI_MATCH(DMI_BIOS_VERSION, "Lucid-CE-133"),
                },
        },
+       {
+               /*  Pegatron Lucid (Ordissimo AIRIS) */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "M11JB"),
+                       DMI_MATCH(DMI_BIOS_VERSION, "Lucid-GE-133"),
+               },
+       },
        { }
 };