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

--- Comment #5 from [email protected] ---
DefinitionBlock ("", "SSDT", 2, "LENOVO", "SNTMFIX", 0x00000001)
{
    External (_SB_.PCI0.LPC0.EC0_.HONR, FieldUnitObj)
    External (_SB_.PCI0.LPC0.EC0_.MINR, FieldUnitObj)
    External (_SB_.PCI0.LPC0.EC0_.STMH, FieldUnitObj)
    External (_SB_.PCI0.LPC0.EC0_.STMM, FieldUnitObj)

    Scope (\_SB)
    {
        Device (PC00)
        {
            Name (_HID, "ACPI0004" /* Module Device */)  // _HID: Hardware ID
            Device (LPCB)
            {
                Name (_HID, "ACPI0004" /* Module Device */)  // _HID: Hardware
ID
                Device (EC0)
                {
                    Name (_HID, "ACPI0004" /* Module Device */)  // _HID:
Hardware ID
                    Method (SNTM, 0, NotSerialized)
                    {
                        FromBCD (\_SB.PCI0.LPC0.EC0.HONR,
\_SB.PCI0.LPC0.EC0.STMH) /* External reference */
                        FromBCD (\_SB.PCI0.LPC0.EC0.MINR,
\_SB.PCI0.LPC0.EC0.STMM) /* External reference */
                    }
                }
            }
        }
    }
}

-- 
You may reply to this email to add a comment.

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