public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Chuck Ebbert <cebbert@redhat.com>
To: "Moore, Robert" <robert.moore@intel.com>
Cc: Len Brown <lenb@kernel.org>, "Zhang, Rui" <rui.zhang@intel.com>,
	linux-acpi <linux-acpi@vger.kernel.org>,
	"Lin, Ming M" <ming.m.lin@intel.com>,
	davej@redhat.com
Subject: Re: [PATCH] ACPI: disable stray gpe correctly
Date: Wed, 12 Mar 2008 18:35:51 -0400	[thread overview]
Message-ID: <47D85AC7.3070903@redhat.com> (raw)
In-Reply-To: <B28E9812BAF6E2498B7EC5C427F293A4046686CF@orsmsx415.amr.corp.intel.com>

On 03/12/2008 05:59 PM, Moore, Robert wrote:
> This patch looked fairly benign to me, so I've committed it to the
> ACPICA core for the next release this week.
> 
> The comment I added for the patch looks like this:
> 
>     /*
>      * Ignore this if the GPE is valid and not enabled.
>      *
>      * Flags is only zero if GPE is neither enabled or disabled -- it
> may
>      * be a spurious or stray GPE -- disable it in the default case
> below.
>      */
>     if (GpeEventInfo->Flags &&
>        (!(GpeEventInfo->Flags & ACPI_GPE_ENABLE_MASK)))
>     {
>         return_ACPI_STATUS (AE_OK);
>     }
> 
> 
> If there are problems, I will back it out. Please let me know ASAP what
> the issue is in 436959.
> 

The battery information is all wrong with the patch applied.

The battery model changes from 'NBP6A24A1' to 'Main', all the capacities
are wrong, and it reports that the battery is discharging when it is fully
charged and the machine is running on AC.

  reply	other threads:[~2008-03-12 22:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10  2:04 [PATCH] ACPI: disable stray gpe correctly Zhang, Rui
2008-03-11  6:06 ` Len Brown
2008-03-12 19:55   ` Chuck Ebbert
2008-03-12 20:09     ` Len Brown
2008-03-12 21:59       ` Moore, Robert
2008-03-12 22:35         ` Chuck Ebbert [this message]
2008-03-14 21:48       ` Moore, Robert
2008-03-17  2:09         ` Zhang, Rui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47D85AC7.3070903@redhat.com \
    --to=cebbert@redhat.com \
    --cc=davej@redhat.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=ming.m.lin@intel.com \
    --cc=robert.moore@intel.com \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox