aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2018-12-14 17:40:46 +0800
committerhselasky <hselasky@FreeBSD.org>2018-12-14 17:40:46 +0800
commite80892b494c9f3958a3e796ca0621a3ec64b6095 (patch)
tree97962219e52e5ded4db4864703eef7e263c21f6a
parent21f99edacedb2ad59ad3c55d0bf258bfcf3a2fd3 (diff)
downloadfreebsd-ports-gnome-e80892b494c9f3958a3e796ca0621a3ec64b6095.tar.gz
freebsd-ports-gnome-e80892b494c9f3958a3e796ca0621a3ec64b6095.tar.zst
freebsd-ports-gnome-e80892b494c9f3958a3e796ca0621a3ec64b6095.zip
Fix devd rule for Logitech gamepad.
Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com> Approved by: pi@
-rw-r--r--multimedia/webcamd/Makefile2
-rw-r--r--multimedia/webcamd/files/webcamd.conf.in6
2 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile
index 80aa4fd7be2f..fa77e73cd618 100644
--- a/multimedia/webcamd/Makefile
+++ b/multimedia/webcamd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= webcamd
PORTVERSION= 4.20.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org/distfiles/
diff --git a/multimedia/webcamd/files/webcamd.conf.in b/multimedia/webcamd/files/webcamd.conf.in
index ae1cf86c5774..c0924813c0a8 100644
--- a/multimedia/webcamd/files/webcamd.conf.in
+++ b/multimedia/webcamd/files/webcamd.conf.in
@@ -59,11 +59,7 @@ notify 100 {
match "type" "ATTACH";
match "vendor" "0x046d";
- match "product" "0xc216";
-
- match "intclass" "0x03";
- match "intsubclass" "0x00";
- match "intprotocol" "0x00";
+ match "product" "0xc216|0xc219";
action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface";
};