Date: Thu, 21 May 2020 18:28:07 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536141 - in head/multimedia/webcamd: . files Message-ID: <202005211828.04LIS7FH077857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Thu May 21 18:28:07 2020 New Revision: 536141 URL: https://svnweb.freebsd.org/changeset/ports/536141 Log: Add more attach rules for webcamd(8). Submitted by: Jos'e P'erez <fbl@aoek.com> Approved by: pi (implicit) Modified: head/multimedia/webcamd/Makefile head/multimedia/webcamd/files/webcamd.conf.in Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Thu May 21 18:18:10 2020 (r536140) +++ head/multimedia/webcamd/Makefile Thu May 21 18:28:07 2020 (r536141) @@ -3,6 +3,7 @@ PORTNAME= webcamd PORTVERSION= 5.7.1.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ Modified: head/multimedia/webcamd/files/webcamd.conf.in ============================================================================== --- head/multimedia/webcamd/files/webcamd.conf.in Thu May 21 18:18:10 2020 (r536140) +++ head/multimedia/webcamd/files/webcamd.conf.in Thu May 21 18:28:07 2020 (r536141) @@ -25,6 +25,17 @@ notify 100 { action "%%PREFIX%%/etc/rc.d/webcamd start $cdev"; }; +# Logitech webcams +notify 100 { + match "system" "USB"; + match "subsystem" "INTERFACE"; + match "type" "ATTACH"; + match "vendor" "0x046d"; + match "intclass" "0x0a"; + match "intsubclass" "0xff"; + action "%%PREFIX%%/etc/rc.d/webcamd start $cdev"; +}; + # Generic USB input devices. notify 100 { match "system" "USB";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005211828.04LIS7FH077857>