Fixes based off issue#1

This commit is contained in:
Mykola Grymalyuk
2020-02-12 16:01:44 -07:00
parent 00aa9be485
commit 833ac33120
11 changed files with 78 additions and 26 deletions

13
extra-files/SSDT-GPI0.dsl Normal file
View File

@@ -0,0 +1,13 @@
// Source: https://github.com/daliansky/OC-little
DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0)
{
External(GPEN, FieldUnitObj)
Scope (\)
{
If (_OSI ("Darwin"))
{
GPEN = One
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.