Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757409AbYCZIRh (ORCPT ); Wed, 26 Mar 2008 04:17:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752504AbYCZIRV (ORCPT ); Wed, 26 Mar 2008 04:17:21 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:47069 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717AbYCZIRT (ORCPT ); Wed, 26 Mar 2008 04:17:19 -0400 Date: Wed, 26 Mar 2008 09:16:53 +0100 From: Ingo Molnar To: Len Brown , Bjorn Helgaas Cc: Linus Torvalds , Andrew Morton , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org Subject: Re: [GIT PATCH] ACPI patches for 2.6.25-rc6 Message-ID: <20080326081653.GA8247@elte.hu> References: <200803180510.47670.lenb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803180510.47670.lenb@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1536 Lines: 52 * Len Brown wrote: > Hi Linus, > > please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release > > This will update the files shown below. btw., saw this ACPI-ish commit in rc7: | commit b97d4803400a4442b0e4ae14d0bd8e83994b9004 | Author: Bjorn Helgaas | Date: Tue Mar 25 11:21:11 2008 -0600 | | ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA") a grep shows that we've got one other case of an "ISA" string in the ACPI code - is the patch below needed too? Ingo --------------------> Subject: acpi: fix asus isa From: Ingo Molnar Date: Wed Mar 26 09:05:07 CET 2008 Signed-off-by: Ingo Molnar --- drivers/acpi/asus_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-x86.q/drivers/acpi/asus_acpi.c =================================================================== --- linux-x86.q.orig/drivers/acpi/asus_acpi.c +++ linux-x86.q/drivers/acpi/asus_acpi.c @@ -149,7 +149,7 @@ struct asus_hotk { }; /* Here we go */ -#define A1x_PREFIX "\\_SB.PCI0.ISA.EC0." +#define A1x_PREFIX "\\_SB.PCI0.ISA_.EC0." #define L3C_PREFIX "\\_SB.PCI0.PX40.ECD0." #define M1A_PREFIX "\\_SB.PCI0.PX40.EC0." #define P30_PREFIX "\\_SB.PCI0.LPCB.EC0." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/