Voodooi2c: With version 2.6 I lose complete the control of the trackpad

Created on 21 Dec 2020  路  12Comments  路  Source: VoodooI2C/VoodooI2C

With version 2.6 I lose complete the control of the trackpad. Only the trackpad mouse can be moved. Clicking not longer possible.

Also my Apple's Magic Mouse will no longer work. Means that only a right-click is possible. I don't know why because the mouse has nothing to do with I2C.

Attach my IOREG. Maybe someone has an idea.

neuer_i2c.zip

Most helpful comment

All 12 comments

Addition: Problem comes from the VoodooI2CHID.kext. When I use the old VoodooI2CHID.kext from 2.5.2 everything works fine.

I have the same problem as you

I have the same problem and opened an issue with all problem reporting files attached.
https://github.com/VoodooI2C/VoodooI2C/issues/421

I had same problem too, reported on gitter but no one notice.
Recompile with change on line 585 to

if (element->conformsTo(kHIDPage_Button, kHIDUsage_Button_1)) {

and it work as usual.

VoodooI2C v2.6-rockavoldy.zip

Hello @rockavoldy , top work. Helps also on my Trackpad. Works perfekt now.

Just to confirm, @anonymous-writer @rockavoldy @kasti0
You don't have two buttons on your trackpads, right?

The IOReg attached to this issue shows kHIDUsage_Button_1 as primary button, and kHIDUsage_Button_9 as secondary.
The one in #421 has kHIDUsage_Button_1 as primary, and kHIDUsage_Button_197 as secondary...

No buttons for me, just the trackpad.

No buttons for me, just the trackpad.

Yeah, I mean you can just use the whole trackpad as a clickable (Don't mean tap) area.

@ben9923 yeah, just multitouch trackpad with single center button located below the trackpad.

Hello @ben9923 , works perfekt for me. Thank you for your work.

Released 2.6.1 with a proper fix :)

Was this page helpful?
0 / 5 - 0 ratings