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

14 lines
241 B
Text
Raw Normal View History

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