konrad11901 / Inspiron7373-macOS

Running macOS Catalina on Dell Inspiron 7373 (2-in-1)
2 stars 2 forks source link

GPIO has to be loaded before I2CService. #5

Closed baddles closed 4 years ago

konrad11901 commented 4 years ago

Are you sure that GPIO has to be loaded first? I've seen a few configs that have the same load order as in my config.plist (but to be fair, there are some that have GPIO before I2CService). IMO it doesn't make a difference (I asked a question about that on their Gitter).

baddles commented 4 years ago

Usually VoodooInput (Inside VoodooI2C.kext since 2.7) -> GPIO -> I2CServices -> I2C -> I2CHID as far as I know.

konrad11901 commented 4 years ago

OK, I'll give it a try.