Skip to content

Latest commit

 

History

History
executable file
·
14 lines (14 loc) · 245 Bytes

File metadata and controls

executable file
·
14 lines (14 loc) · 245 Bytes
//Fake XXXX
DefinitionBlock ("", "SSDT", 2, "ACDT", "XXXX-1", 0)
{
    External (_SB.PCI0.LPCB, DeviceObj)
    Scope (_SB.PCI0.LPCB)
    {
        Device (XXXX)
        {
            Name (_HID, EisaId ("ABC1111"))
        }
    }
}