https://bugzilla.kernel.org/show_bug.cgi?id=98931

--- Comment #6 from Tasev Nikola <[email protected]> ---
Hi,

If i understand the asus-nb-wmi code the acpi method
used for the fn+f2 rfkill wlan key is WAPF 
"WAPF defines the behavior of the Fn+Fx wlan key".

Looking into the dsdt for WAPF :

        Method (_Q0B, 0, NotSerialized)  // _Qxx: EC Query
        {
           If (LGreaterEqual (MSOS (), OSW8))
            {
                Notify (ASHS, 0x88)
            }
            Else
            {
                If (And (^^^^ATKD.WAPF, 0x04))
                {
                    If (ATKP)
                    {
                        ^^^^ATKD.IANE (0x88)
                    }
                }

So probably Windows 8 use a new ASHS method for the wlan key.

In the dsdt ASHS :

    Scope (_SB)
    {
        Device (ASHS)
        {
            Name (_HID, "ATK4002")  // _HID: Hardware ID
            Method (HSWC, 1, Serialized)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to