Commit a10c01a9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] DMI update fix

From: Dave Jones <davej@redhat.com>

Fix typo in the recent 2.4 DMI sync-up.
parent c391f370
...@@ -660,7 +660,7 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={ ...@@ -660,7 +660,7 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
MATCH(DMI_BIOS_VERSION, "Version1.01"), MATCH(DMI_BIOS_VERSION, "Version1.01"),
NO_MATCH, NO_MATCH, NO_MATCH, NO_MATCH,
} }, } },
{ apm_is_horked, "Intel D850MD", { /* APM crashes */ { apm_is_horked_d850md, "Intel D850MD", { /* APM crashes */
MATCH(DMI_BIOS_VENDOR, "Intel Corp."), MATCH(DMI_BIOS_VENDOR, "Intel Corp."),
MATCH(DMI_BIOS_VERSION, "MV85010A.86A.0016.P07.0201251536"), MATCH(DMI_BIOS_VERSION, "MV85010A.86A.0016.P07.0201251536"),
NO_MATCH, NO_MATCH, NO_MATCH, NO_MATCH,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment