Commit 5b48fc2d authored by Anisse Astier's avatar Anisse Astier Committed by Greg Kroah-Hartman

ehci: add pci quirk for Ordissimo and RM Slate 100 too

commit 0c42a4e8 upstream.

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: default avatarAnisse Astier <anisse@astier.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f06d716d
...@@ -543,6 +543,13 @@ static const struct dmi_system_id __initconst ehci_dmi_nohandoff_table[] = { ...@@ -543,6 +543,13 @@ static const struct dmi_system_id __initconst ehci_dmi_nohandoff_table[] = {
DMI_MATCH(DMI_BIOS_VERSION, "Lucid-CE-133"), 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"),
},
},
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment