/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20220331 (64-bit version) * Copyright (c) 2000 - 2022 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of ssdt1.dat, Tue Jul 9 08:32:00 2024 * * Original Table Header: * Signature "SSDT" * Length 0x00000083 (131) * Revision 0x02 * Checksum 0x17 * OEM ID "LENOVO" * OEM Table ID "PID1Ssdt" * OEM Revision 0x00000010 (16) * Compiler ID "INTL" * Compiler Version 0x20180313 (538444563) */ DefinitionBlock ("", "SSDT", 2, "LENOVO", "PID1Ssdt", 0x00000010) { External (_SB_.PCI0.LPC0.EC0_, DeviceObj) Scope (\_SB.PCI0.LPC0.EC0) { Device (LHKF) { Name (_HID, EisaId ("LEN0130")) // _HID: Hardware ID Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } } }