mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
commit c323dc023b 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e17ce2ec38
commit
3f89e7a238
@@ -543,7 +543,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-"),
|
||||
},
|
||||
},
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user