1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/patches/SSDT-EXT3-LedReset-TP.dsl

13 lines
217 B
Text
Executable file

//
DefinitionBlock("", "SSDT", 2, "ACDT", "EXT3", 0)
{
External(_SI._SST, MethodObj)
Method (EXT3, 1, NotSerialized)
{
If (3 == Arg0)
{
\_SI._SST (1)
}
}
}
//EOF