http://bugzilla.kernel.org/show_bug.cgi?id=9147





------- Comment #87 from [EMAIL PROTECTED]  2008-08-14 06:22 -------
It happens with any type of key, not only the special Fn keys.

The patch in
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/39315/comments/2
does not seem effective to me, I won't try it.

I have decompiled the DSDT, seems the standard one for the "Intel Montara"
processors (Centrino).

Can somebody (more experienced than me) please decompile it and see if Linux
gets assigned a special table instead of the one passed to other OSes?

I am asking because at a certain point the AML contains a possible OS-specific
block:

        Device (PCI0)
        {
            Method (_INI, 0, NotSerialized)
            {
                If (CondRefOf (_OSI, Local0))
                {
                    Store (0x07D1, OSYS)
                }
                Else
                {
                    If (LEqual (SizeOf (_OS), 0x14))
                    {
                        Store (0x07D0, OSYS)
                    }
                    Else
                    {
                        If (LEqual (SizeOf (_OS), 0x27))
                        {
                            Store (0x07CF, OSYS)
                        }
                        Else
                        {
                            Store (0x07CE, OSYS)
                        }
                    }
                }
...
}


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to