mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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>
This commit is contained in:
parent
b697b5372e
commit
bb84db937a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue