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-25 11:43:44 -0700
commitc323dc023b9501e5d09582ec7efd1d40a9001d99 (patch)
tree29d15db8b3a0ed337d46bdd9745397d76b85370a /drivers
parentae685effe70cbe11fc269741629022f76005ea99 (diff)
downloadlinux-3.10-c323dc023b9501e5d09582ec7efd1d40a9001d99.tar.gz
linux-3.10-c323dc023b9501e5d09582ec7efd1d40a9001d99.tar.bz2
linux-3.10-c323dc023b9501e5d09582ec7efd1d40a9001d99.zip
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
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> 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.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 966d1484ee7..ead45259bf1 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-"),
},
},
{ }