Commit d023e491 authored by Olivier Berger's avatar Olivier Berger Committed by Len Brown

ACPI: Remove Asus P4B266 from blacklist

See http://marc.info/?l=linux-acpi&m=124068823904429&w=2 for discussion
Signed-off-by: default avatarOlivier Berger <oberger@ouvaton.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent c636f753
...@@ -1563,14 +1563,6 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = { ...@@ -1563,14 +1563,6 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Workstation W8000"), DMI_MATCH(DMI_PRODUCT_NAME, "Workstation W8000"),
}, },
}, },
{
.callback = force_acpi_ht,
.ident = "ASUS P4B266",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
DMI_MATCH(DMI_BOARD_NAME, "P4B266"),
},
},
{ {
.callback = force_acpi_ht, .callback = force_acpi_ht,
.ident = "ASUS P2B-DS", .ident = "ASUS P2B-DS",
......
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