Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 09:40:46 +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: r487418 - in head/multimedia/webcamd: . files
Message-ID:  <201812140940.wBE9ekKC039438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky (src committer)
Date: Fri Dec 14 09:40:46 2018
New Revision: 487418
URL: https://svnweb.freebsd.org/changeset/ports/487418

Log:
  Fix devd rule for Logitech gamepad.
  
  Submitted by:	Rozhuk Ivan <rozhuk.im@gmail.com>
  Approved by:	pi@

Modified:
  head/multimedia/webcamd/Makefile
  head/multimedia/webcamd/files/webcamd.conf.in

Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile	Fri Dec 14 09:34:59 2018	(r487417)
+++ head/multimedia/webcamd/Makefile	Fri Dec 14 09:40:46 2018	(r487418)
@@ -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/

Modified: head/multimedia/webcamd/files/webcamd.conf.in
==============================================================================
--- head/multimedia/webcamd/files/webcamd.conf.in	Fri Dec 14 09:34:59 2018	(r487417)
+++ head/multimedia/webcamd/files/webcamd.conf.in	Fri Dec 14 09:40:46 2018	(r487418)
@@ -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";
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812140940.wBE9ekKC039438>