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


Len Brown <l...@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l...@kernel.org
          Component|Power-Thermal               |EC
         AssignedTo|rui.zh...@intel.com         |acpi...@kernel-bugs.osdl.or
                   |                            |g




--- Comment #23 from Len Brown <l...@kernel.org>  2010-01-19 02:55:59 ---
Matthew pointed out that I overlooked a place in the DSDT
where ECON is set -- the EC _REG method.  So perhaps the
EC initialization on this system is malfunctioning - Alexey?

               Device (EC0)
                {
                    Name (_HID, EisaId ("PNP0C09"))
...
                    Method (_REG, 2, NotSerialized)
                    {
                        If (LAnd (LEqual (Arg0, 0x03), LEqual (Arg1, One)))
                        {
                            Store (One, ECON)
                            Store (One, ELID)
                            If (LNotEqual (ELID, ^^^OVGA.CLID))
                            {
                                If (LNot (^^^OVGA.GLID (ELID)))
                                {
                                    Store (ELID, LIDS)
                                    Notify (LID0, 0x80)
                                }
                            }
                        }
                    }

-- 
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.
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to