I’m trying to follow the Dortania’s guide to fix my trackpad on OC 0.6.4 I’m following the manual way since prebuilt “SSDT-XOSI” doesn’t work for me. After found the “Device (GPI0)”, I looked for the “_STA” method and surprisingly found that my code looks like this: “Method (_STA, 0, NotSerialized) // _STA: STATUS { If ((GPHD == One)) { Return (0x03) } Return (Zero) } } }”
What should I put into the sample SSDT-GPI0.dsl to make it work?
[link] [comments]
Post a Comment