summaryrefslogtreecommitdiff
path: root/drivers/usb/host/pci-quirks.c
diff options
context:
space:
mode:
authorAnisse Astier <anisse@astier.eu>2011-07-05 14:38:46 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-08 21:55:08 (GMT)
commit0c42a4e84502533ec40544324debe2a62836ae11 (patch)
treeddcc1e5c81bf2314efa2725a94764194bc02605f /drivers/usb/host/pci-quirks.c
parent03c75362181b0b1d6a330e7cf8def10ba988dfbe (diff)
downloadlinux-fsl-qoriq-0c42a4e84502533ec40544324debe2a62836ae11.tar.xz
ehci: add pci quirk for Ordissimo and RM Slate 100 too
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>
Diffstat (limited to 'drivers/usb/host/pci-quirks.c')
-rw-r--r--drivers/usb/host/pci-quirks.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c
index 04600a9..b5a7304 100644
--- a/drivers/usb/host/pci-quirks.c
+++ b/drivers/usb/host/pci-quirks.c
@@ -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"),
+ },
+ },
{ }
};