|
NAMEhmt —
MS Windows 7/8/10 - compatible HID multi-touch device
driver
SYNOPSISTo compile this driver into the kernel, place the following lines into your kernel configuration file:device hmt
device hidbus
device hid
device hconf
device evdev
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): hmt_load="YES" DESCRIPTIONThehmt driver provides support for the MS Windows
7/8/10 - compatible HID multi-touch devices found in many laptops.
To get multi-touch device working in X(7), install ports/x11-drivers/xf86-input-evdev. FILEShmt creates a pseudo-device file,
/dev/input/eventX which presents the multi-touch
device as an input event device.
SEE ALSOhid(4), loader.conf(5), xorg.conf(5) (ports/x11/xorg), evdev(4) (ports/x11-drivers/xf86-input-evdev).AUTHORSThehmt driver was written by Vladimir
Kondratyev
<wulf@FreeBSD.org>.
BUGShmt cannot act like
sysmouse(4)
Visit the GSP FreeBSD Man Page Interface. |