From owner-freebsd-acpi@FreeBSD.ORG Thu Oct 28 15:10:37 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AE916A4CE for ; Thu, 28 Oct 2004 15:10:37 +0000 (GMT) Received: from informatik.uni-bremen.de (imh.informatik.uni-bremen.de [134.102.224.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21ECF43D5F for ; Thu, 28 Oct 2004 15:10:37 +0000 (GMT) (envelope-from snow@quantentunnel.de) Received: from localhost (IDENT:RFH7Ac1XE/Pc6Jp/ns7wzR7qqOMTz5Gy@x03.informatik.uni-bremen.de [134.102.201.176])i9SFAXfv023321 for ; Thu, 28 Oct 2004 17:10:35 +0200 (MEST) From: Andreas Dieling To: freebsd-acpi@freebsd.org Date: Thu, 28 Oct 2004 17:10:40 +0200 User-Agent: KMail/1.7 References: <200410281706.43210.snow@quantentunnel.de> In-Reply-To: <200410281706.43210.snow@quantentunnel.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410281710.40758.snow@quantentunnel.de> X-Virus-Scanned: by AMaViS/Sophos at informatik.uni-bremen.de Subject: Re: Asus M6N X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 15:10:37 -0000 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",