mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
changed ssdt-after and trackpad manual.md
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 248 KiB |
Reference in New Issue
Block a user