[Bug 232040] wmt driver fails to attach to Synaptics Touchscreen

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 24 12:16:25 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232040

--- Comment #12 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Sergei Akhmatdinov from comment #10)
> Seems like I am getting events, here is the output of 
> # evemu-record /dev/input/event0
> after touching the screen once and releasing.

Events look good for single touch. So you need to configure Xorg properly.
On one of my laptops I found following line in "ServerLayout" section:

InputDevice    "TouchScreen" "SendCoreEvents"

May be that is what you need.

The other option is to use evdev-awared input device autoconfiguration backend.

See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

P.S. I updated patch with proper fix for your touchscreen. Please test it after
reverting of previous one.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list