mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
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>
This commit is contained in:
parent
96d1142084
commit
9becf5b91e
1 changed files with 3 additions and 2 deletions
|
@ -310,7 +310,8 @@ static struct model_data model_conf[END_MODEL] = {
|
|||
.brightness_set = "SPLV",
|
||||
.brightness_get = "GPLV",
|
||||
.display_set = "SDSP",
|
||||
.display_get = "\\_SB.PCI0.P0P1.VGA.GETD"},
|
||||
.display_get = "\\SSTE"},
|
||||
|
||||
{
|
||||
.name = "M6R",
|
||||
.mt_mled = "MLED",
|
||||
|
@ -320,7 +321,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 = "P30",
|
||||
|
|
Loading…
Reference in a new issue