diff mbox

acpi/blacklist: enable OSI(Linux) on newer eeepc

Message ID 1258752548-9299-1-git-send-email-corentincj@iksaif.net (mailing list archive)
State Rejected, archived
Delegated to: Len Brown
Headers show

Commit Message

Corentin Chary Nov. 20, 2009, 9:29 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index e56b2a7..cd7015d 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -218,6 +218,27 @@  static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
 	 */
 
 	/*
+	 * On newer Eeepc, the interface used by eeepc-laptop (ASUS010)
+	 * is disabled without _OSI(Linux)
+	 */
+	{
+	.callback = dmi_enable_osi_linux,
+	.ident = "Asus Eeepc-1000H",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
+		     DMI_MATCH(DMI_PRODUCT_NAME, "1000H"),
+		},
+	},
+	{
+	.callback = dmi_enable_osi_linux,
+	.ident = "Asus Eeepc-1005HA",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
+		     DMI_MATCH(DMI_PRODUCT_NAME, "1005HA"),
+		},
+	},
+
+	/*
 	 * Lenovo has a mix of systems OSI(Linux) situations
 	 * and thus we can not wildcard the vendor.
 	 *