From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 20 00:43:30 2007 Return-Path: X-Original-To: acpi@freebsd.org Delivered-To: freebsd-acpi@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFC4916A403 for ; Tue, 20 Mar 2007 00:43:30 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9782F13C45B for ; Tue, 20 Mar 2007 00:43:30 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 98589 invoked from network); 19 Mar 2007 20:46:37 -0000 Received: from ppp-71-139-35-160.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.35.160) by root.org with ESMTPA; 19 Mar 2007 20:46:37 -0000 Message-ID: <45FEF6A6.30209@root.org> Date: Mon, 19 Mar 2007 13:46:30 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Eygene Ryabinkin References: <200703161256.23996.jkim@FreeBSD.org> <53B52415C756A84E8A169F0E3673A32925FF83@IMCSRV6.MITRE.ORG> <20070319163113.GB96806@codelabs.ru> In-Reply-To: <20070319163113.GB96806@codelabs.ru> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: acpi@freebsd.org, current@freebsd.org, Jung-uk Kim Subject: Re: [HEADSUP] ACPI-CA 20070126 import X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 00:43:30 -0000 Eygene Ryabinkin wrote: > Jung-uk, good day. > >>> I will import ACPI-CA 20070126 from Intel some time next week. >>> Current mega-patch against -CURRENT is here: >>> >>> http://people.freebsd.org/~jkim/acpica-import-20070126.diff.gz >>> >>> (Note: Sorry, I had to gzip(1) it because it was too big.) >>> >>> This patch should fix many ACPI issues in -CURRENT (ACPI-CA 20051021), >>> most notably memory leak. Full change log for ACPI-CA from the last >>> import is here: >>> >>> http://people.freebsd.org/~jkim/acpica_changes_20051021_20070126.txt >>> >>> I believe it is quite stable because I have been using this patch on >>> my primary desktop and laptop for a while and it was tested on amd64, >>> i386, and ia64. However, since the patch is huge, I may have missed >>> something. If you find something wrong, please let me know before it >>> is too late. ;-) > > On my Asus A2000D laptop the ACPI patch brought one regression: > the backlight control buttons are stopped to do their job. Before > the patch they used to work, but with some "delay": to actually > increase the brightness of the screen I used to press the "increase > brightness" button once and then push five or six times any other > F-button (volume up/down, mute, change VGA source or the brightness > control button) to get the brightness go up. So I got the feeling > of some queue that was pushed by the pressing of additional buttons. > But now the brightness controls are just stopped to work. I think it's not the acpi-ca patch, it's the recent acpi_ec.c change. Try it with rev 1.68 of that file. -- Nate