Description
Hello world :-)
As we started working on CF-MX4 touchpad in a similar related issue #51 but this does not look like a trivial task I have created a dedicated Issue :-)
Getting back to @wulf7 suggestion:
It is quite possible that this touchpad can enable multitouch only over SMBus.
One thing you can try is to probe touchpad with active multiplexing mode enabled, like Linux does.
Replace 2 with 1 in following snippet. It is around line 6282 of sys/dev/atkbdc/psm.c and rebuild kernel.
Don't forget to remove hw.psm.mux_disabled=1 from /boot/loader.conf/* psm has a special support for GenMouse + SynTouchpad combination */ if (active_ports_count >= 2) { for (port = 0; port < KBDC_AUX_MUX_NUM_PORTS; port++) {
So I have changed that psm.c driver recompiled a system (12-STABLE as 12.2-RELEAE currently does not build), created a memstick image to boot from. Log files are attached.
psm-panasonic-cfmx4-dmesg.txt
psm-panasonic-cfmx4-dmesg-full.txt
psm-panasonic-cfmx4-sysctl.txt