mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Add second example
This commit is contained in:
@@ -79,6 +79,14 @@ If (_OSI ("Darwin"))
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For the second example, you'd want to remove GPEN and use the below:
|
||||||
|
```
|
||||||
|
If (_OSI ("Darwin"))
|
||||||
|
{
|
||||||
|
GPHD = Zero
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
You will want to test the SSDT at this point by [compiling the SSDT!](/Manual/compile.md) and adding it to your config.plist. VoodooI2C should now be attached to the GPI0 device as shown at the top of the GPI0 section.
|
You will want to test the SSDT at this point by [compiling the SSDT!](/Manual/compile.md) and adding it to your config.plist. VoodooI2C should now be attached to the GPI0 device as shown at the top of the GPI0 section.
|
||||||
|
|
||||||
## Enabling Trackpad
|
## Enabling Trackpad
|
||||||
|
|||||||
Reference in New Issue
Block a user