aboutsummaryrefslogtreecommitdiff
path: root/misc/utouch-kmod/pkg-message
blob: bd5b639f2c2ab42ead60a61b3b68997999e6a4ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]