summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnisse Astier <anisse@astier.eu>2012-10-09 12:22:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-25 11:43:44 -0700
commit8daf8b6086f9d575200cd0aa3797e26137255609 (patch)
tree7a62ec8aff2c5c32e88f3f6f596475cd45ffec34 /drivers
parentc323dc023b9501e5d09582ec7efd1d40a9001d99 (diff)
downloadlinux-3.10-8daf8b6086f9d575200cd0aa3797e26137255609.tar.gz
linux-3.10-8daf8b6086f9d575200cd0aa3797e26137255609.tar.bz2
linux-3.10-8daf8b6086f9d575200cd0aa3797e26137255609.zip
ehci: Add yet-another Lucid nohandoff pci quirk
Board name changed on another shipping Lucid tablet. Signed-off-by: Anisse Astier <anisse@astier.eu> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-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 ead45259bf1..39f9e4a9a2d 100644
--- a/drivers/usb/host/pci-quirks.c
+++ b/drivers/usb/host/pci-quirks.c
@@ -548,6 +548,13 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
},
},
+ {
+ /* Pegatron Lucid (Ordissimo) */
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "Ordissimo"),
+ DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
+ },
+ },
{ }
};