From 9fbd9ea22b64e4bf420fde9e71b15876c1de7429 Mon Sep 17 00:00:00 2001 From: taina0407 Date: Sun, 15 Mar 2020 16:31:07 +0700 Subject: [PATCH] Fix typo GPIO instead of GPI0 I've follow the guide but didn't find the device, after a few check I've found that in document is GPIO instead of GPI0 --- Laptops/trackpad.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 525c96f..c405afc 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -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: ![](https://media.discordapp.net/attachments/456913818467958789/677279455525208096/Screen_Shot_2020-02-12_at_3.25.27_PM.png?width=1674&height=1256)