gokula / ELANSMBus

Intel SMBUS Controller for MacOS
GNU General Public License v3.0
17 stars 0 forks source link

Disabling AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext instead of removing them #5

Open vistree opened 5 years ago

vistree commented 5 years ago

Unfortunately I'm not a developer at all and at the moment I don't know much about clover and hot-patching. But maybe I can help in some other way? I am currently using an EFI here from github (https://github.com/linusyang92/macOS-ThinkPad-T480s). It works great except for the touchpad driver (ApplePS2SmartTouchPad.kext). On the github page there is an info on how to change the driver to VoodooPS2. The used config.plist could be interesting for your project. There is for example an entry with which you should be able to switch off the AppleIntelLpssiI2C kext files. My first test didn't bring any success yet - but maybe you find it helpfull and find a way to use those patches?

gokula commented 5 years ago

I am using them, but if there is no alternative kext to load the Apple ones get loaded. I am trying to find a solution to this.

vistree commented 5 years ago

Ah, OK!