summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnisse Astier <anisse@astier.eu>2012-10-09 12:22:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-31 10:02:58 -0700
commita8091a3cbabad7616b565a4d7148e8e6c565cdeb (patch)
tree9075ae184682dda5f56ac070297d08fe9aa0ac3a /drivers
parent057f0772b32f9a162c5104b1928b5886f1b85059 (diff)
downloadlwn-a8091a3cbabad7616b565a4d7148e8e6c565cdeb.tar.gz
lwn-a8091a3cbabad7616b565a4d7148e8e6c565cdeb.zip
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/pci-quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c
index 966d1484ee79..ead45259bf15 100644
--- a/drivers/usb/host/pci-quirks.c
+++ b/drivers/usb/host/pci-quirks.c
@@ -545,7 +545,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-"),
},
},
{ }