I2C Trackpad improvements (#42)

This commit is contained in:
Avery Black
2021-10-12 23:59:44 -07:00
committed by GitHub
parent 32e26fba60
commit 9a079a206e
20 changed files with 1640 additions and 88 deletions

View File

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