mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
I2C Trackpad improvements (#42)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user