From 37c3a68375b70cc68df2cb5755aecbf46a0f61ed Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:56:49 -0600 Subject: [PATCH] Update trackpad.md --- Laptops/trackpad.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 40456ab..16498e1 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -52,3 +52,19 @@ DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0) } } ``` + +## GPIO Troubleshooting + +So if you're still having issues enabling your trackpad in macOS, you can try removing SSDT-GPIO and instead swap for the following. Note that using these 2 will most likely break Windows and Linux so only use XOSI when troubleshooting: + +* [SSDT-XOSI](https://github.com/hackintosh-guides/vanilla-laptop-guide/tree/master/Misc-files/SSDT-XOSI.aml) + +* XOSI Rename: + +| Comment | String | Change _OSI to XOSI | +| :--- | :--- | :--- | +| Enabled | Boolean | YES | +| Count | Number | 0 | +| Limit | Nuber | 0 | +| Find | Data | 5f4f5349 | +| Replace | Data | 584f5349 | \ No newline at end of file