mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155021
@ -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 New Issue
Block a user