View | Details | Raw Unified | Return to bug 253046
Collapse All | Expand All

(-)misc/utouch-kmod/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	utouch-kmod
4
PORTNAME=	utouch-kmod
5
PORTVERSION=	0.0.1
5
PORTVERSION=	0.0.2
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
7
8
MAINTAINER=	wulf@FreeBSD.org
8
MAINTAINER=	wulf@FreeBSD.org
(-)misc/utouch-kmod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1567539845
1
TIMESTAMP = 1610823961
2
SHA256 (wulf7-utouch-0.0.1_GH0.tar.gz) = cb173ac478d51af06f3c6cac86c4f4613c8f7f1cb5a23867aae745fa99bdb4ba
2
SHA256 (wulf7-utouch-0.0.2_GH0.tar.gz) = b4962224cf23b13669c7dfcf2ef1b00590c1c6ed5cba1c77657831ae044e48cf
3
SIZE (wulf7-utouch-0.0.1_GH0.tar.gz) = 5338
3
SIZE (wulf7-utouch-0.0.2_GH0.tar.gz) = 5394
(-)misc/utouch-kmod/pkg-message (-2 / +5 lines)
Lines 4-11 Link Here
4
To load installed driver in to the kernel type:
4
To load installed driver in to the kernel type:
5
"kldload /boot/modules/utouch.ko"
5
"kldload /boot/modules/utouch.ko"
6
6
7
It may be necessary to unload conflicting uhid(4) driver
7
It may be necessary to unload conflicting uhid(4)
8
with "kldunload uhid" after utouch.ko has been loaded.
8
and usbhid(4) drivers with "kldunload uhid" or
9
"kldunload usbhid" after utouch.ko has been loaded.
10
Note: hms(4) driver from FreeBSD 13 has implemented
11
similar functionality.
9
12
10
To load driver automaticaly at the boot time add
13
To load driver automaticaly at the boot time add
11
utouch_load="YES" string to /boot/loader.conf file.
14
utouch_load="YES" string to /boot/loader.conf file.

Return to bug 253046