Commit e7cd466c authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] another broken APM bios

parent e3f197f5
...@@ -600,6 +600,11 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={ ...@@ -600,6 +600,11 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
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,
} }, } },
{ apm_is_horked, "Intel D810EMO", { /* APM crashes */
MATCH(DMI_BIOS_VENDOR, "Intel Corp."),
MATCH(DMI_BIOS_VERSION, "MO81010A.86A.0008.P04.0004170800"),
NO_MATCH, NO_MATCH,
} },
{ apm_is_horked, "Dell XPS-Z", { /* APM crashes */ { apm_is_horked, "Dell XPS-Z", { /* APM crashes */
MATCH(DMI_BIOS_VENDOR, "Intel Corp."), MATCH(DMI_BIOS_VENDOR, "Intel Corp."),
MATCH(DMI_BIOS_VERSION, "A11"), MATCH(DMI_BIOS_VERSION, "A11"),
......
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