mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0b6a48515f
PR: 253046 Submitted by: wulf (maintainer)
18 lines
452 B
Plaintext
18 lines
452 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
|
|
}
|
|
]
|