public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Karol Kozimor <sziwan@hell.org.pl>
To: "Hanno Böck" <mail@hboeck.de>
Cc: randy_dunlap <rdunlap@xenotime.net>,
	acpi-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org,
	julien.lerouge@free.fr
Subject: Re: Kernel oops with asus_acpi module
Date: Mon, 6 Jun 2005 23:32:48 +0200	[thread overview]
Message-ID: <20050606213248.GA22238@hell.org.pl> (raw)
In-Reply-To: <20050606135459.7ad699ae.rdunlap@xenotime.net>

Thus wrote randy_dunlap:
> OK, I see that part.
> 
> I'm including a patch for you to try.  Can you apply and test it
> and report back on it, please?

May I see the DSDT? The Samsung P30 INIT method referenced in
asus_hotk_get_info() is not supposed to return anything, not even an empty
string. I believe the new ACPICA implicit return might be interfering. 
Here's the relevant part of what I based the code on:

Method (INIT, 1, NotSerialized)
{
    Store (One, ATKP)
    If (LNot (LLess (PCBV, 0x02)))
    {
        If (And (WBTF, 0x1F))
        {
            Or (WBTF, 0x20, WBTF)
        }

        And (WBTF, 0xE0, WBTF)
    }

    If (And (WBTF, 0x40))
    {
        If (And (WBTF, 0xBF))
        {
            WLED (0x81)
        }
        Else
        {
            WLED (0x80)
        }
    }
    Else
    {
        WLED (0x80)
    }
}

Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan@hell.org.pl

  reply	other threads:[~2005-06-06 21:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-05 21:40 Kernel oops with asus_acpi module Hanno Böck
2005-06-06 16:50 ` randy_dunlap
     [not found] ` <200506061929.24663.mail@hboeck.de>
     [not found]   ` <20050606114531.763eec37.rdunlap@xenotime.net>
     [not found]     ` <200506062050.42632.mail@hboeck.de>
2005-06-06 20:54       ` randy_dunlap
2005-06-06 21:32         ` Karol Kozimor [this message]
2005-06-06 21:47           ` Hanno Böck
2005-06-06 22:21             ` [ACPI] " Karol Kozimor
2005-06-07 17:46               ` Hanno Böck
2005-06-07 22:16                 ` randy_dunlap
2005-06-11 12:17                   ` Karol Kozimor
2005-10-11  9:01                     ` Hanno Böck
2005-06-11 12:19                 ` Karol Kozimor

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=20050606213248.GA22238@hell.org.pl \
    --to=sziwan@hell.org.pl \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=julien.lerouge@free.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@hboeck.de \
    --cc=rdunlap@xenotime.net \
    /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