logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wmt — MS Windows 7/8/10 - compatible USB HID multi-touch device driver

Authors

       The wmt driver was written by Vladimir Kondratyev <wulf@FreeBSD.org>.

Bugs

wmt works only with touchscreens now.  Neither pens nor touchpads are supported.

       wmt cannot act like sysmouse(4), as sysmouse(4) does not support absolute motion events.

Debian                                           August 19, 2017                                          WMT(4)

Description

       The  wmt driver provides support for the MS Windows 7/8/10 - compatible USB HID multi-touch devices found
       in many laptops.

       To get multi-touch device working in X(7), install ports/x11-drivers/xf86-input-evdev.

Files

wmt creates a pseudo-device file, /dev/input/eventX which presents the multi-touch  device  as  an  input
       event device.

Name

       wmt — MS Windows 7/8/10 - compatible USB HID multi-touch device driver

See Also

usb(4), loader.conf(5), xorg.conf(5) (ports/x11/xorg), evdev(4) (ports/x11-drivers/xf86-input-evdev).

Synopsis

       To compile this driver into the kernel, place the following lines into your kernel configuration file:

             devicewmtdeviceusbdeviceevdev

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             wmt_load="YES"

See Also