[Acer PT14-51 Laptop] HowTo

I looked at the code and I found the bug, there are only two branches!! : if (kextG11FB.loadIndex == index) { ... } else if (kextG11HW.loadIndex == index) { ... } It is needed an addictional else if branches like else if (kextG11FBT.loadIndex == index) { ... }

Author:
[source]