aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2019-09-09 20:37:45 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2019-09-09 20:37:45 +0000
commitfe9c3eb5aa5c672cbafd8bcd4b31165f15639da5 (patch)
tree1fd4afe03ae7b1dd3993200af363d7f7eeea426b /misc/Makefile
parent43a2d74d7b69f9fa00f589fa683adf41e43d21cd (diff)
downloadports-fe9c3eb5aa5c672cbafd8bcd4b31165f15639da5.tar.gz
ports-fe9c3eb5aa5c672cbafd8bcd4b31165f15639da5.zip
utouch - driver for absolute USB HID mouses emulated by some virtualization
systems like Virtual Box, BHyve, e.t.c. It uses evdev protocol to communicate with userland applications like libinput and xf86-input-evdev. The driver should be installed in to the guest FreeBSD system. Host system should be configured to emulate mouse as a single-touch USB tablet. WWW: https://github.com/wulf7/utouch It is a temporary solution until absolute coords support is added to ums(4) driver. That is why it is not imported into the base system. PR: 240261 Approved by: koobs
Notes
Notes: svn path=/head/; revision=511703
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 5e65c57e9a79..c8844c05e89c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -510,6 +510,7 @@
SUBDIR += usbids
SUBDIR += usbrh-libusb
SUBDIR += utftools
+ SUBDIR += utouch-kmod
SUBDIR += valentina
SUBDIR += valspeak
SUBDIR += vdmfec