提交 c323dc02 编写于 作者: A Anisse Astier 提交者: Greg Kroah-Hartman

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: NAnisse Astier <anisse@astier.eu>
Cc: <stable@vger.kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ae685eff
...@@ -545,7 +545,7 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = { ...@@ -545,7 +545,7 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
/* Pegatron Lucid (Ordissimo AIRIS) */ /* Pegatron Lucid (Ordissimo AIRIS) */
.matches = { .matches = {
DMI_MATCH(DMI_BOARD_NAME, "M11JB"), DMI_MATCH(DMI_BOARD_NAME, "M11JB"),
DMI_MATCH(DMI_BIOS_VERSION, "Lucid-GE-133"), DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
}, },
}, },
{ } { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册