public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpi/blacklist: enable OSI(Linux) on newer eeepc
@ 2009-11-20 21:29 Corentin Chary
  2009-11-21 18:45 ` Matthew Garrett
  0 siblings, 1 reply; 7+ messages in thread
From: Corentin Chary @ 2009-11-20 21:29 UTC (permalink / raw)
  To: Len Brown; +Cc: linux acpi, Corentin Chary

Without this patch, eeepc-laptop won't work on newer Eeepc
because the interface it uses is disabled.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
---
 drivers/acpi/blacklist.c |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

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.
 	 *
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-23 17:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 21:29 [PATCH] acpi/blacklist: enable OSI(Linux) on newer eeepc Corentin Chary
2009-11-21 18:45 ` Matthew Garrett
2009-11-21 21:22   ` Corentin Chary
2009-11-21 23:28     ` Matthew Garrett
2009-11-23 16:24       ` Len Brown
2009-11-23 16:29         ` Matthew Garrett
2009-11-23 17:01         ` Corentin Chary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox