From 35a3bc58dd350ba5dc2acd9a9ffbac08923adf4f Mon Sep 17 00:00:00 2001 From: Avery Black Date: Tue, 12 Oct 2021 23:47:53 -0700 Subject: [PATCH] Reword second example --- Laptops/trackpad-methods/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptops/trackpad-methods/manual.md b/Laptops/trackpad-methods/manual.md index 830f712..eefa644 100644 --- a/Laptops/trackpad-methods/manual.md +++ b/Laptops/trackpad-methods/manual.md @@ -61,7 +61,7 @@ Method (_STA, 0, NotSerialized) } ``` -What we want is for this to always return `0x0F` when booting macOS, so we want to make an SSDT that will return `GPHD == Zero` in macOS. +Here we would want to set `GPHD` to `Zero` so that 0x0F is returned. ## Edits to the sample SSDT