https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232040
--- Comment #8 from Sergei Akhmatdinov <sakhmatd@darkn.space> --- (In reply to Vladimir Kondratyev from comment #6) Thank you, Vladimir. The patch seems to work, wmt attaches now: # dmesg | grep wmt wmt0 on uhub1 wmt0: <SYNAPTICS Synaptics Touch Digitizer V04, class 0/0, rev 2.00/0.05, addr 2> on usbus0 wmt0: 15 contacts and []. Report range [0:0] - [2786:1579] wmt0: 10 feature report contactsugen1.2: <vendor 0x8087 product 0x8001> at usbus1 wmt0: at uhub1, port 5, addr 2 (disconnected) wmt0: detached wmt0 on uhub1 wmt0: <SYNAPTICS Synaptics Touch Digitizer V04, class 0/0, rev 2.00/0.05, addr 5> on usbus0 wmt0: 15 contacts and []. Report range [0:0] - [2786:1579] wmt0: 10 feature report contacts I seem to get a device as /dev/input/event0. However, X fails to make use of it. I do not see anything mention /dev/input/event0 in Xorg.0.log. xf86-input-evdev and xf86-input-libinput are both installed. Libinput seems to see the device, however: # libinput list-devices Device: SYNAPTICS Synaptics Touch Digitizer V04, class 0/0, rev 2.00/0.05, addr 5 Kernel: /dev/input/event0 Group: 1 Seat: seat0, default Size: 279x158mm Capabilities: touch Tap-to-click: n/a Tap-and-drag: n/a Tap drag lock: n/a Left-handed: n/a Nat.scrolling: n/a Middle emulation: n/a Calibration: identity matrix Scroll methods: none Click methods: none Disable-w-typing: n/a Accel profiles: n/a Rotation: n/a I don't know if libinput is interfering or not. I have made an entry in Xorg.conf.d to try and force evdev, but Xorg seems to ignore it. # 40-touch.conf Section "InputDevice" Identifier "Touchscreen" Driver "evdev" Option "Device" "/dev/input/event0" EndSection -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"