Add support for Asus A3N laptops.
Submitted by: Holger Jorra <holger_jorra -at- gmx.net> MFC after: 1 day
This commit is contained in:
parent
a1f6cb79d9
commit
18d725a04e
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 9, 2006
|
||||
.Dd June 2, 2007
|
||||
.Dt ACPI_ASUS 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -68,6 +68,8 @@ A1x
|
||||
.It
|
||||
A2x
|
||||
.It
|
||||
A3N
|
||||
.It
|
||||
A4D
|
||||
.It
|
||||
A6VM
|
||||
|
@ -145,6 +145,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
|
||||
.disp_get = "\\INFB",
|
||||
.disp_set = "SDSP"
|
||||
},
|
||||
{
|
||||
.name = "A3N",
|
||||
.mled_set = "MLED",
|
||||
.bled_set = "BLED",
|
||||
.wled_set = "WLED",
|
||||
.lcd_get = NULL,
|
||||
.lcd_set = "\\_SB.PCI0.SBRG.EC0._Q10",
|
||||
.brn_set = "SPLV",
|
||||
.brn_get = "SDSP",
|
||||
.disp_set = "SDSP",
|
||||
.disp_get = "\\_SB.PCI0.P0P3.VGA.GETD"
|
||||
},
|
||||
{
|
||||
.name = "A4D",
|
||||
.mled_set = "MLED",
|
||||
|
Loading…
Reference in New Issue
Block a user