diff options
author | Karol Kozimor <sziwan@hell.org.pl> | 2006-01-03 23:03:00 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-01-04 00:55:36 -0500 |
commit | bb84db937a875045de9e6d08d177ad3223ae0ae3 (patch) | |
tree | b12999179dee70971580f535cb7a144934844d35 /drivers/acpi/asus_acpi.c | |
parent | b697b5372ecfe0c57ee26e0c3787fc2306109228 (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>
Diffstat (limited to 'drivers/acpi/asus_acpi.c')
-rw-r--r-- | drivers/acpi/asus_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c index 582995ef9f3..d4e1e95934f 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] = { .brightness_set = "SPLV", .brightness_get = "GPLV", .display_set = "SDSP", - .display_get = "\\SSTE"}, + .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, { .name = "M6R", .mt_mled = "MLED", |