xref: /freebsd/share/man/man4/wmt.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
176136d20SVladimir Kondratyev.\" Copyright (c) 2014-2017 Vladimir Kondratyev <wulf@FreeBSD.org>
276136d20SVladimir Kondratyev.\" All rights reserved.
376136d20SVladimir Kondratyev.\"
476136d20SVladimir Kondratyev.\" Redistribution and use in source and binary forms, with or without
576136d20SVladimir Kondratyev.\" modification, are permitted provided that the following conditions
676136d20SVladimir Kondratyev.\" are met:
776136d20SVladimir Kondratyev.\" 1. Redistributions of source code must retain the above copyright
876136d20SVladimir Kondratyev.\"    notice, this list of conditions and the following disclaimer.
976136d20SVladimir Kondratyev.\" 2. Redistributions in binary form must reproduce the above copyright
1076136d20SVladimir Kondratyev.\"    notice, this list of conditions and the following disclaimer in the
1176136d20SVladimir Kondratyev.\"    documentation and/or other materials provided with the distribution.
1276136d20SVladimir Kondratyev.\"
1376136d20SVladimir Kondratyev.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1476136d20SVladimir Kondratyev.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1576136d20SVladimir Kondratyev.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1676136d20SVladimir Kondratyev.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1776136d20SVladimir Kondratyev.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1876136d20SVladimir Kondratyev.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1976136d20SVladimir Kondratyev.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2076136d20SVladimir Kondratyev.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2176136d20SVladimir Kondratyev.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2276136d20SVladimir Kondratyev.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2376136d20SVladimir Kondratyev.\" SUCH DAMAGE.
2476136d20SVladimir Kondratyev.\"
2576136d20SVladimir Kondratyev.Dd August 19, 2017
2676136d20SVladimir Kondratyev.Dt WMT 4
2776136d20SVladimir Kondratyev.Os
2876136d20SVladimir Kondratyev.Sh NAME
2976136d20SVladimir Kondratyev.Nm wmt
3076136d20SVladimir Kondratyev.Nd MS Windows 7/8/10 - compatible USB HID multi-touch device driver
3176136d20SVladimir Kondratyev.Sh SYNOPSIS
3276136d20SVladimir KondratyevTo compile this driver into the kernel, place the following lines into
3376136d20SVladimir Kondratyevyour kernel configuration file:
3476136d20SVladimir Kondratyev.Bd -ragged -offset indent
3576136d20SVladimir Kondratyev.Cd "device wmt"
3676136d20SVladimir Kondratyev.Cd "device usb"
3767de2db2SVladimir Kondratyev.Cd "device hid"
3876136d20SVladimir Kondratyev.Cd "device evdev"
3976136d20SVladimir Kondratyev.Ed
4076136d20SVladimir Kondratyev.Pp
4176136d20SVladimir KondratyevAlternatively, to load the driver as a
4276136d20SVladimir Kondratyevmodule at boot time, place the following line in
4376136d20SVladimir Kondratyev.Xr loader.conf 5 :
4476136d20SVladimir Kondratyev.Bd -literal -offset indent
4576136d20SVladimir Kondratyevwmt_load="YES"
4676136d20SVladimir Kondratyev.Ed
4776136d20SVladimir Kondratyev.Sh DESCRIPTION
4876136d20SVladimir KondratyevThe
4976136d20SVladimir Kondratyev.Nm
5076136d20SVladimir Kondratyevdriver provides support for the MS Windows 7/8/10 - compatible USB HID
5176136d20SVladimir Kondratyevmulti-touch devices found in many laptops.
5276136d20SVladimir Kondratyev.Pp
5376136d20SVladimir KondratyevTo get multi-touch device working in
54*9356efa8SJens Schweikhardt.Xr X 7 Pq Pa ports/x11/xorg-docs ,
5576136d20SVladimir Kondratyevinstall
5676136d20SVladimir Kondratyev.Pa ports/x11-drivers/xf86-input-evdev .
5776136d20SVladimir Kondratyev.Sh FILES
5876136d20SVladimir Kondratyev.Nm
5976136d20SVladimir Kondratyevcreates a pseudo-device file,
6076136d20SVladimir Kondratyev.Pa /dev/input/eventX
6176136d20SVladimir Kondratyevwhich presents the multi-touch device as an input event device.
6276136d20SVladimir Kondratyev.Sh SEE ALSO
6376136d20SVladimir Kondratyev.Xr usb 4 ,
6476136d20SVladimir Kondratyev.Xr loader.conf 5 ,
6576136d20SVladimir Kondratyev.Xr xorg.conf 5 Pq Pa ports/x11/xorg ,
6676136d20SVladimir Kondratyev.Xr evdev 4 Pq Pa ports/x11-drivers/xf86-input-evdev .
6776136d20SVladimir Kondratyev.Sh AUTHORS
6876136d20SVladimir Kondratyev.An -nosplit
6976136d20SVladimir KondratyevThe
7076136d20SVladimir Kondratyev.Nm
7176136d20SVladimir Kondratyevdriver was written by
7276136d20SVladimir Kondratyev.An Vladimir Kondratyev Aq Mt wulf@FreeBSD.org .
7376136d20SVladimir Kondratyev.Sh BUGS
7476136d20SVladimir Kondratyev.Nm
7576136d20SVladimir Kondratyevcannot act like
7676136d20SVladimir Kondratyev.Xr sysmouse 4 ,
7776136d20SVladimir Kondratyevas
7876136d20SVladimir Kondratyev.Xr sysmouse 4
7976136d20SVladimir Kondratyevdoes not support absolute motion events.
80