aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Kozimor <sziwan@hell.org.pl>2006-01-03 23:03:00 -0500
committerLen Brown <len.brown@intel.com>2006-01-04 00:55:36 -0500
commitbb84db937a875045de9e6d08d177ad3223ae0ae3 (patch)
treeb12999179dee70971580f535cb7a144934844d35
parentb697b5372ecfe0c57ee26e0c3787fc2306109228 (diff)
[ACPI_ASUS] M6R display reading
This patch corrects the node to read display settings on M6R laptops. Signed-off-by: Karol Kozimor <sziwan@hell.org.pl> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/asus_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c
index 582995ef9f34..d4e1e95934fb 100644
--- a/drivers/acpi/asus_acpi.c
+++ b/drivers/acpi/asus_acpi.c
@@ -302,7 +302,7 @@ static struct model_data model_conf[END_MODEL] = {
302 .brightness_set = "SPLV", 302 .brightness_set = "SPLV",
303 .brightness_get = "GPLV", 303 .brightness_get = "GPLV",
304 .display_set = "SDSP", 304 .display_set = "SDSP",
305 .display_get = "\\SSTE"}, 305 .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"},
306 { 306 {
307 .name = "M6R", 307 .name = "M6R",
308 .mt_mled = "MLED", 308 .mt_mled = "MLED",