diff options
author | Karol Kozimor <sziwan@hell.org.pl> | 2006-06-30 19:15:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-07-01 16:20:10 -0400 |
commit | 9becf5b91ec7b600a3cfea12724165aaaf4d4527 (patch) | |
tree | 54217637c4e2005a862d85d427249f5f3f382996 /drivers/acpi | |
parent | 96d1142084281ae4601fab02be061e1267e431a3 (diff) |
ACPI: asus_acpi: correct M6N/M6R display nodes
This patch switches back the display nodes for M6R and M6N -- this happened
a while ago when a patch was misapplied (only the in-tree version was
affected).
Signed-off-by: Karol Kozimor <sziwan@hell.org.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/asus_acpi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c index d1ff387a58d6..e9ee4c52a5f6 100644 --- a/drivers/acpi/asus_acpi.c +++ b/drivers/acpi/asus_acpi.c | |||
@@ -310,7 +310,8 @@ static struct model_data model_conf[END_MODEL] = { | |||
310 | .brightness_set = "SPLV", | 310 | .brightness_set = "SPLV", |
311 | .brightness_get = "GPLV", | 311 | .brightness_get = "GPLV", |
312 | .display_set = "SDSP", | 312 | .display_set = "SDSP", |
313 | .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, | 313 | .display_get = "\\SSTE"}, |
314 | |||
314 | { | 315 | { |
315 | .name = "M6R", | 316 | .name = "M6R", |
316 | .mt_mled = "MLED", | 317 | .mt_mled = "MLED", |
@@ -320,7 +321,7 @@ static struct model_data model_conf[END_MODEL] = { | |||
320 | .brightness_set = "SPLV", | 321 | .brightness_set = "SPLV", |
321 | .brightness_get = "GPLV", | 322 | .brightness_get = "GPLV", |
322 | .display_set = "SDSP", | 323 | .display_set = "SDSP", |
323 | .display_get = "\\SSTE"}, | 324 | .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, |
324 | 325 | ||
325 | { | 326 | { |
326 | .name = "P30", | 327 | .name = "P30", |