summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2007-06-02 21:10:01 +0000
committerphilip <philip@FreeBSD.org>2007-06-02 21:10:01 +0000
commitcc8a26996a055422968643d4b6bd3095d67dabc7 (patch)
tree59024b047d5fe679ae2a4a6863765421d624cd89
parentb9a03d8bb18590ccf3ed6cd114d6532b38b73fe7 (diff)
downloadFreeBSD-src-cc8a26996a055422968643d4b6bd3095d67dabc7.zip
FreeBSD-src-cc8a26996a055422968643d4b6bd3095d67dabc7.tar.gz
Add support for Asus A3N laptops.
Submitted by: Holger Jorra <holger_jorra -at- gmx.net> MFC after: 1 day
-rw-r--r--share/man/man4/man4.i386/acpi_asus.44
-rw-r--r--sys/dev/acpi_support/acpi_asus.c12
2 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/acpi_asus.4 b/share/man/man4/man4.i386/acpi_asus.4
index 268d913..14fe8bc 100644
--- a/share/man/man4/man4.i386/acpi_asus.4
+++ b/share/man/man4/man4.i386/acpi_asus.4
@@ -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
diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c
index 634ab25..28d27cc 100644
--- a/sys/dev/acpi_support/acpi_asus.c
+++ b/sys/dev/acpi_support/acpi_asus.c
@@ -146,6 +146,18 @@ static struct acpi_asus_model acpi_asus_models[] = {
.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",
.brn_up = "\\_SB_.PCI0.SBRG.EC0._Q0E",
OpenPOWER on IntegriCloud