mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Merge branch 'master' of https://github.com/khronokernel/Getting-Started-With-ACPI
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Fixing Trackpads
|
||||
|
||||
This SSDT is used to force enable our GPIO for VoodooI2C to connect onto.
|
||||
This SSDT is used to force enable our GPI0 for VoodooI2C to connect onto.
|
||||
|
||||
With most modern laptop DSDTs, there's a variable called `GPEN` or `GPHD` which are used for setting the status of the GPIO device. For us, we want to enable the device.
|
||||
With most modern laptop DSDTs, there's a variable called `GPEN` or `GPHD` which are used for setting the status of the GPI0 device. For us, we want to enable the device.
|
||||
|
||||
## Finding our GPIO
|
||||
## Finding our GPI0
|
||||
|
||||
So first things we need to do is find out what variable is used to enable our GPIO device, lets open up our decompiled SSDT and search for `Device (GPIO)`. Should give you a desult similar to this:
|
||||
So first things we need to do is find out what variable is used to enable our GPI0 device, lets open up our decompiled SSDT and search for `Device (GPI0)`. Should give you a desult similar to this:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user