ports/misc/utouch-kmod/pkg-message
Vladimir Kondratyev c8b7823893 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)
2023-04-19 17:58:42 +02:00

18 lines
453 B
Plaintext

[
{ type: install
message: <<EOM
To load installed driver in to the kernel type:
"kldload /boot/modules/utouch.ko"
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
similar functionality.
To load driver automaticaly at the boot time add
utouch_load="YES" string to /boot/loader.conf file.
EOM
}
]