Add support for gadgets on Asus L4R and M6R notebooks.
This commit is contained in:
parent
0447144e4c
commit
9c50035691
@ -58,6 +58,8 @@ L3D
|
||||
.It
|
||||
L3H
|
||||
.It
|
||||
L4R
|
||||
.It
|
||||
L8L
|
||||
.It
|
||||
M1A
|
||||
@ -65,6 +67,8 @@ M1A
|
||||
M2E
|
||||
.It
|
||||
M6N
|
||||
.It
|
||||
M6R
|
||||
.El
|
||||
.Pp
|
||||
Additionally,
|
||||
|
@ -145,6 +145,17 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
||||
.disp_get = "\\_SB.INFB",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "L4R",
|
||||
.mled_set = "MLED",
|
||||
.wled_set = "WLED",
|
||||
.brn_get = "GPLV",
|
||||
.brn_set = "SPLV",
|
||||
.lcd_get = "\\_SB.PCI0.SBSM.SEO4",
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.disp_get = "\\_SB.PCI0.P0P1.VGA.GETD",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "L8L"
|
||||
/* Only has hotkeys, apparantly */
|
||||
@ -177,6 +188,17 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
||||
.disp_set = "SDSP",
|
||||
.disp_get = "\\SSTE"
|
||||
},
|
||||
{
|
||||
.name = "M6R",
|
||||
.mled_set = "MLED",
|
||||
.wled_set = "WLED",
|
||||
.brn_get = "GPLV",
|
||||
.brn_set = "SPLV",
|
||||
.lcd_get = "\\_SB.PCI0.SBSM.SEO4",
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.disp_get = "\\SSTE",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
|
||||
{ .name = NULL }
|
||||
};
|
||||
|
@ -145,6 +145,17 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
||||
.disp_get = "\\_SB.INFB",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "L4R",
|
||||
.mled_set = "MLED",
|
||||
.wled_set = "WLED",
|
||||
.brn_get = "GPLV",
|
||||
.brn_set = "SPLV",
|
||||
.lcd_get = "\\_SB.PCI0.SBSM.SEO4",
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.disp_get = "\\_SB.PCI0.P0P1.VGA.GETD",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "L8L"
|
||||
/* Only has hotkeys, apparantly */
|
||||
@ -177,6 +188,17 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
||||
.disp_set = "SDSP",
|
||||
.disp_get = "\\SSTE"
|
||||
},
|
||||
{
|
||||
.name = "M6R",
|
||||
.mled_set = "MLED",
|
||||
.wled_set = "WLED",
|
||||
.brn_get = "GPLV",
|
||||
.brn_set = "SPLV",
|
||||
.lcd_get = "\\_SB.PCI0.SBSM.SEO4",
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.disp_get = "\\SSTE",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
|
||||
{ .name = NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user