mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Add support for Asus A6VM laptops.
Submitted by: Sashi Asokarajan <mail -at- sashi.de> MFC after: 3 days
This commit is contained in:
parent
b9abb62d05
commit
e691fe45a2
1 changed files with 12 additions and 0 deletions
|
|
@ -145,6 +145,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
|||
.disp_get = "\\INFB",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "A6V",
|
||||
.bled_set = "BLED",
|
||||
.mled_set = "MLED",
|
||||
.wled_set = "WLED",
|
||||
.lcd_get = NULL,
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.brn_get = "GPLV",
|
||||
.brn_set = "SPLV",
|
||||
.disp_get = "\\_SB.PCI0.P0P3.VGA.GETD",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "D1x",
|
||||
.mled_set = "MLED",
|
||||
|
|
|
|||
Loading…
Reference in a new issue