corpnewt / SSDTTime

SSDT/DSDT hotpatch attempts.
MIT License
1.09k stars 180 forks source link

Add SSDT-GPI0 generation #32

Closed dreamwhite closed 4 years ago

dreamwhite commented 4 years ago

As per title, I've added successfully the SSDT-GPI0 functionality to SSDTTime. This feature is useful for laptops which needs VoodooI2C kext to make the trackpad work. Feel free to contribute :)

dreamwhite commented 4 years ago

@corpnewt any news about this PR? .-.

dreamwhite commented 4 years ago

@corpnewt I think that this PR can be discarded as GPI0 generation may cause instability in some cases (e.g. on my laptop if I add the generated SSDT-GPI0 it makes my trackpad not work at all)). Maybe someone will expand this PR and create a detection algorithm for the variables from the trackpad _DSM method.