FreeBSD Bugzilla – Attachment 241555 Details for
Bug 270899
misc/utouch-kmod: Update to 0.0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Minor changes to OP's patch
misc_utouch-kmod.diff (text/plain), 2.44 KB, created by
Fernando Apesteguía
on 2023-04-18 08:37:37 UTC
(
hide
)
Description:
Minor changes to OP's patch
Filename:
MIME Type:
Creator:
Fernando Apesteguía
Created:
2023-04-18 08:37:37 UTC
Size:
2.44 KB
patch
obsolete
>diff --git a/misc/utouch-kmod/Makefile b/misc/utouch-kmod/Makefile >index 5aa2f85f1f46..3a34781b6ada 100644 >--- a/misc/utouch-kmod/Makefile >+++ b/misc/utouch-kmod/Makefile >@@ -1,9 +1,9 @@ > PORTNAME= utouch-kmod >-PORTVERSION= 0.0.4 >+PORTVERSION= 0.0.5 > CATEGORIES= misc > > MAINTAINER= wulf@FreeBSD.org >-COMMENT= Kernel driver for absolute USB HID mouses >+COMMENT= Kernel driver for absolute USB HID mice > WWW= https://github.com/wulf7/utouch > > LICENSE= BSD2CLAUSE >@@ -11,16 +11,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= kmod uidfix > >-OPTIONS_DEFINE= SOURCE >-OPTIONS_DEFAULT=SOURCE >-SOURCE_DESC= Install kernel module sources >- > USE_GITHUB= yes > GH_ACCOUNT= wulf7 > GH_PROJECT= utouch > > PLIST_FILES= ${KMODDIR}/utouch.ko > >+OPTIONS_DEFINE= SOURCE >+OPTIONS_DEFAULT=SOURCE >+SOURCE_DESC= Install kernel module sources >+ > KMODSRC_DIR= sys/modules/${PORTNAME} > KMODSRC_FILES= Makefile utouch.c > >diff --git a/misc/utouch-kmod/distinfo b/misc/utouch-kmod/distinfo >index 82fd2cc58f99..971c4fef8256 100644 >--- a/misc/utouch-kmod/distinfo >+++ b/misc/utouch-kmod/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1653067220 >-SHA256 (wulf7-utouch-0.0.4_GH0.tar.gz) = 224318fda5ee9115691ab710146087ad966bf0960cd1388bc1e7c732746c09b6 >-SIZE (wulf7-utouch-0.0.4_GH0.tar.gz) = 5613 >+TIMESTAMP = 1681740469 >+SHA256 (wulf7-utouch-0.0.5_GH0.tar.gz) = 520e46223cfb54d96651cc5fcddf3d6e6e5ddd226304de2f00e76a59bf94f947 >+SIZE (wulf7-utouch-0.0.5_GH0.tar.gz) = 5627 >diff --git a/misc/utouch-kmod/pkg-descr b/misc/utouch-kmod/pkg-descr >index 3ceec8a0fed9..376a841a3299 100644 >--- a/misc/utouch-kmod/pkg-descr >+++ b/misc/utouch-kmod/pkg-descr >@@ -1,4 +1,4 @@ >-utouch - Kernel driver for absolute USB HID mouses emulated by some >+utouch - Kernel driver for absolute USB HID mice emulated by some > virtualization systems like Virtual Box, BHyve, etc. It uses evdev > protocol to communicate with userland applications like libinput and > xf86-input-evdev. >diff --git a/misc/utouch-kmod/pkg-message b/misc/utouch-kmod/pkg-message >index bd5b639f2c2a..26dcf88ca133 100644 >--- a/misc/utouch-kmod/pkg-message >+++ b/misc/utouch-kmod/pkg-message >@@ -7,7 +7,7 @@ To load installed driver in to the kernel type: > 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 >+Note: hms(4) driver from FreeBSD 13+ has implemented > similar functionality. > > To load driver automaticaly at the boot time add
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
fernape
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 270899
:
241542
| 241555
Working