Add support for Asus A6VM laptops.

Submitted by:	Sashi Asokarajan <mail -at- sashi.de>
MFC after:	3 days
This commit is contained in:
Philip Paeps 2006-01-29 23:54:32 +00:00
parent b9abb62d05
commit e691fe45a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155021

View file

@ -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",