changed ssdt-after and trackpad manual.md

This commit is contained in:
Jamie
2021-01-13 13:56:15 +08:00
parent caa3f81d18
commit d3dc376229
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**: **After**:
``` ```
If (_OSI ("Darwin"))
External(GPEN, FieldUnitObj) <- Declare the right variables
External(SBRG, FieldUnitObj) <- Declare the right variables
Scope (\)
{ {
GPEN = One <- Change to the right variables If (_OSI ("Darwin"))
SBRG = One <- Change to the right variables {
} GPEN = One <- Change to the right variables
SBRG = One <- Change to the right variables
}
``` ```
![](../../images/Laptops/trackpad-md/ssdt-after.png) ![](../../images/Laptops/trackpad-md/ssdt-after.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 248 KiB