mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
misc/utouch-kmod: Update to 0.0.5
ChangeLog: https://github.com/wulf7/utouch/releases/tag/0.0.5 Fix build on recent 14-CURRENT. PR: 270899 Reported by: wulf@freebsd.org (maintainer)
This commit is contained in:
parent
8716164890
commit
c8b7823893
@ -1,9 +1,9 @@
|
||||
PORTNAME= utouch-kmod
|
||||
PORTVERSION= 0.0.4
|
||||
PORTVERSION= 0.0.5
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= wulf@FreeBSD.org
|
||||
COMMENT= Kernel driver for absolute USB HID mouses
|
||||
COMMENT= Kernel driver for absolute USB HID mice
|
||||
WWW= https://github.com/wulf7/utouch
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
@ -11,16 +11,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= kmod uidfix
|
||||
|
||||
OPTIONS_DEFINE= SOURCE
|
||||
OPTIONS_DEFAULT=SOURCE
|
||||
SOURCE_DESC= Install kernel module sources
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wulf7
|
||||
GH_PROJECT= utouch
|
||||
|
||||
PLIST_FILES= ${KMODDIR}/utouch.ko
|
||||
|
||||
OPTIONS_DEFINE= SOURCE
|
||||
OPTIONS_DEFAULT=SOURCE
|
||||
SOURCE_DESC= Install kernel module sources
|
||||
|
||||
KMODSRC_DIR= sys/modules/${PORTNAME}
|
||||
KMODSRC_FILES= Makefile utouch.c
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1653067220
|
||||
SHA256 (wulf7-utouch-0.0.4_GH0.tar.gz) = 224318fda5ee9115691ab710146087ad966bf0960cd1388bc1e7c732746c09b6
|
||||
SIZE (wulf7-utouch-0.0.4_GH0.tar.gz) = 5613
|
||||
TIMESTAMP = 1681740469
|
||||
SHA256 (wulf7-utouch-0.0.5_GH0.tar.gz) = 520e46223cfb54d96651cc5fcddf3d6e6e5ddd226304de2f00e76a59bf94f947
|
||||
SIZE (wulf7-utouch-0.0.5_GH0.tar.gz) = 5627
|
||||
|
@ -1,4 +1,4 @@
|
||||
utouch - Kernel driver for absolute USB HID mouses emulated by some
|
||||
utouch - Kernel driver for absolute USB HID mice emulated by some
|
||||
virtualization systems like Virtual Box, BHyve, etc. It uses evdev
|
||||
protocol to communicate with userland applications like libinput and
|
||||
xf86-input-evdev.
|
||||
|
@ -7,7 +7,7 @@ To load installed driver in to the kernel type:
|
||||
It may be necessary to unload conflicting uhid(4)
|
||||
and usbhid(4) drivers with "kldunload uhid" or
|
||||
"kldunload usbhid" after utouch.ko has been loaded.
|
||||
Note: hms(4) driver from FreeBSD 13 has implemented
|
||||
Note: hms(4) driver from FreeBSD 13+ has implemented
|
||||
similar functionality.
|
||||
|
||||
To load driver automaticaly at the boot time add
|
||||
|
Loading…
Reference in New Issue
Block a user