/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20220331 (32-bit version) * Copyright (c) 2000 - 2022 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of C:/Users/georg/Desktop/SSDT-SPOOF-GRAPHICS.aml, Tue Apr 26 13:28:35 2022 * * Original Table Header: * Signature "SSDT" * Length 0x000000AB (171) * Revision 0x02 * Checksum 0x88 * OEM ID "DRTNIA" * OEM Table ID "spoof" * OEM Revision 0x00000000 (0) * Compiler ID "INTL" * Compiler Version 0x20180427 (538444839) */ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "spoof", 0x00000000) { External (_SB_.PC00.PEG1.PEGP, DeviceObj) Method (_SB.PC00.PEG1.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((!Arg2 || !_OSI ("Darwin"))) { Return (Buffer (One) { 0x03 // . }) } Return (Package (0x0A) { "name", Buffer (0x09) { "#display" }, "IOName", "#display", "class-code", Buffer (0x04) { 0xFF, 0xFF, 0xFF, 0xFF // .... } }) } }