mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
19 lines
609 B
Markdown
19 lines
609 B
Markdown
# Fixing Trackpads (SSDT-GPI0/XOSI)
|
|
|
|
* [What this SSDT does](#what-this-ssdt-does)
|
|
* [Methods to make this SSDT](#methods-to-make-this-ssdt)
|
|
|
|
|
|
## What this SSDT does
|
|
|
|
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 GPI0 device. For us, we want to enable the device.
|
|
|
|
## Methods to make this SSDT
|
|
|
|
For the trackpad fix, there are 2 methods you can choose from:
|
|
|
|
* [Prebuilt](/Laptops/trackpad-methods/prebuilt.md)
|
|
* [Manual](/Laptops/trackpad-methods/manual.md)
|