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


Zhang Rui <rui.zh...@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kh...@linux-fr.org,
                   |                            |rui.zh...@intel.com




--- Comment #3 from Zhang Rui <rui.zh...@intel.com>  2012-11-28 13:46:44 ---
   Name (F1ST, Zero)
    Scope (_TZ)
    {
        PowerResource (PFA1, 0x00, 0x0000)
        {
            Method (_STA, 0, NotSerialized)
            {
                Return (F1ST)
            }
            Method (_ON, 0, NotSerialized)
            {
                Store (One, F1ST)
            }
            Method (_OFF, 0, NotSerialized)
            {
                Store (Zero, F1ST)
            }
        }
        Device (FAN1)
        {

            Name (_PR0, Package (0x01)
            {
                PFA1
            })
        }

the AML code shows that the ACPI fan control is bogus, we can not actually
power on/off the fan via ACPI.

Jean, do you have any ideas about how the fan is controlled?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to