Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2004 17:10:40 +0200
From:      Andreas Dieling <snow@quantentunnel.de>
To:        freebsd-acpi@freebsd.org
Subject:   Re: Asus M6N
Message-ID:  <200410281710.40758.snow@quantentunnel.de>
In-Reply-To: <200410281706.43210.snow@quantentunnel.de>
References:  <200410281706.43210.snow@quantentunnel.de>

next in thread | previous in thread | raw e-mail | index | archive | help
my changes to acpi_asus.c:

--- acpi_asus.c Fri Aug 13 08:22:29 2004
+++ acpi_asus.c.m6n     Thu Oct 28 15:00:27 2004
@@ -163,6 +163,17 @@
                .lcd_get        = "\\GP06",
                .lcd_set        = "\\Q10"
        },
+        {
+                .name              = "M6N",
+                .mled_set          = "MLED",
+                .wled_set          = "WLED",
+                .lcd_set           = "\\_SB.PCI0.SBRG.EC0._Q10",
+                .lcd_get           = "\\_SB.BKLT",
+                .brn_set           = "SPLV",
+                .brn_get           = "GPLV",
+                .disp_set          = "SDSP",
+                .disp_get          = "\\SSTE"
+        },
        {
                .name           = "P30",
                .wled_set       = "WLED",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410281710.40758.snow>