- Joined
- Jul 3, 2014
- Messages
- 934
- Motherboard
- Dell XPS 9360 (KabyLake R)
- CPU
- Intel i7 8550U
- Graphics
- Intel UHD 620
- Mac
-
- Mobile Phone
-
I really liked the responsiveness of VoodooI2C with the touchpad, but got quite annoyed by accidental palm touches and the inability to disable the touchpad when using an external mouse.
These functionalities are really great on VoodooPS2Controller. Hence, I have now refactored the notification system on VoodooPS2Controller to allow interacting with VoodooI2CHID.
Compiled updated kexts are published to my XPS9360 repository in kext and CLOVER/kexts/Other/ folders.
Changes:
These functionalities are really great on VoodooPS2Controller. Hence, I have now refactored the notification system on VoodooPS2Controller to allow interacting with VoodooI2CHID.
Compiled updated kexts are published to my XPS9360 repository in kext and CLOVER/kexts/Other/ folders.
Changes:
- Custom updated VoodooPS2Controller to allow 3rd party drivers to subscribe to events
Pull request with technical details: https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/pull/158
- Custom updated VoodooI2CHID to subscribe to VoodooPS2Controller events:
Pull request with technical details: https://github.com/alexandred/VoodooI2CHID/pull/6
- Updated SSDT-I2C which specifically disables any PS2 touchpad or mouse device from loading to ensure there is no conflict with VoodooI2C.