View | Details | Raw Unified | Return to bug 270899 | Differences between
and this patch

Collapse All | Expand All

(-)b/misc/utouch-kmod/Makefile (-6 / +6 lines)
Lines 1-9 Link Here
1
PORTNAME=	utouch-kmod
1
PORTNAME=	utouch-kmod
2
PORTVERSION=	0.0.4
2
PORTVERSION=	0.0.5
3
CATEGORIES=	misc
3
CATEGORIES=	misc
4
4
5
MAINTAINER=	wulf@FreeBSD.org
5
MAINTAINER=	wulf@FreeBSD.org
6
COMMENT=	Kernel driver for absolute USB HID mouses
6
COMMENT=	Kernel driver for absolute USB HID mice
7
WWW=		https://github.com/wulf7/utouch
7
WWW=		https://github.com/wulf7/utouch
8
8
9
LICENSE=	BSD2CLAUSE
9
LICENSE=	BSD2CLAUSE
Lines 11-26 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
11
11
12
USES=		kmod uidfix
12
USES=		kmod uidfix
13
13
14
OPTIONS_DEFINE=	SOURCE
15
OPTIONS_DEFAULT=SOURCE
16
SOURCE_DESC=	Install kernel module sources
17
18
USE_GITHUB=	yes
14
USE_GITHUB=	yes
19
GH_ACCOUNT=	wulf7
15
GH_ACCOUNT=	wulf7
20
GH_PROJECT=	utouch
16
GH_PROJECT=	utouch
21
17
22
PLIST_FILES=	${KMODDIR}/utouch.ko
18
PLIST_FILES=	${KMODDIR}/utouch.ko
23
19
20
OPTIONS_DEFINE=	SOURCE
21
OPTIONS_DEFAULT=SOURCE
22
SOURCE_DESC=	Install kernel module sources
23
24
KMODSRC_DIR=	sys/modules/${PORTNAME}
24
KMODSRC_DIR=	sys/modules/${PORTNAME}
25
KMODSRC_FILES=	Makefile utouch.c
25
KMODSRC_FILES=	Makefile utouch.c
26
26
(-)b/misc/utouch-kmod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1653067220
1
TIMESTAMP = 1681740469
2
SHA256 (wulf7-utouch-0.0.4_GH0.tar.gz) = 224318fda5ee9115691ab710146087ad966bf0960cd1388bc1e7c732746c09b6
2
SHA256 (wulf7-utouch-0.0.5_GH0.tar.gz) = 520e46223cfb54d96651cc5fcddf3d6e6e5ddd226304de2f00e76a59bf94f947
3
SIZE (wulf7-utouch-0.0.4_GH0.tar.gz) = 5613
3
SIZE (wulf7-utouch-0.0.5_GH0.tar.gz) = 5627
(-)b/misc/utouch-kmod/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
utouch - Kernel driver for absolute USB HID mouses emulated by some
1
utouch - Kernel driver for absolute USB HID mice emulated by some
2
virtualization systems like Virtual Box, BHyve, etc. It uses evdev
2
virtualization systems like Virtual Box, BHyve, etc. It uses evdev
3
protocol to communicate with userland applications like libinput and
3
protocol to communicate with userland applications like libinput and
4
xf86-input-evdev.
4
xf86-input-evdev.
(-)b/misc/utouch-kmod/pkg-message (-1 / +1 lines)
Lines 7-13 To load installed driver in to the kernel type: Link Here
7
It may be necessary to unload conflicting uhid(4)
7
It may be necessary to unload conflicting uhid(4)
8
and usbhid(4) drivers with "kldunload uhid" or
8
and usbhid(4) drivers with "kldunload uhid" or
9
"kldunload usbhid" after utouch.ko has been loaded.
9
"kldunload usbhid" after utouch.ko has been loaded.
10
Note: hms(4) driver from FreeBSD 13 has implemented
10
Note: hms(4) driver from FreeBSD 13+ has implemented
11
similar functionality.
11
similar functionality.
12
12
13
To load driver automaticaly at the boot time add
13
To load driver automaticaly at the boot time add

Return to bug 270899