Merge pull request #46 from jamieernest/master

SSDT-GPI0 pictures and dsl extract didnt declare External(SBRG, FieldUnitObj)
This commit is contained in:
Mykola Grymalyuk
2021-01-24 11:51:35 -07:00
committed by GitHub
2 changed files with 10 additions and 4 deletions

View File

@@ -61,11 +61,17 @@ Following the example pathing we found, the SSDT should look something like this
**After**:
```
If (_OSI ("Darwin"))
External(GPEN, FieldUnitObj) <- Declare the right variables
External(SBRG, FieldUnitObj) <- Declare the right variables
Scope (\)
{
If (_OSI ("Darwin"))
{
GPEN = One <- Change to the right variables
SBRG = One <- Change to the right variables
}
}
```
![](../../images/Laptops/trackpad-md/ssdt-after.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 248 KiB