Skip to content

touchpad on Panasonic Toughbook CF-MX4 #53

Description

@cederom

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions