From owner-freebsd-ports@freebsd.org Fri Dec 14 09:41:05 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26262132887C for ; Fri, 14 Dec 2018 09:41:05 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A55D596067 for ; Fri, 14 Dec 2018 09:41:04 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 68F7A132887B; Fri, 14 Dec 2018 09:41:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 578C8132887A for ; Fri, 14 Dec 2018 09:41:04 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3A7E96061; Fri, 14 Dec 2018 09:41:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [178.17.145.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 065592602B1; Fri, 14 Dec 2018 10:41:01 +0100 (CET) Subject: Re: Request for commit approval (multimedia/webcamd) To: Kurt Jaeger Cc: Rozhuk Ivan , ports@freebsd.org References: <63be9b29-755e-5db5-e37b-16e8f651bc37@selasky.org> <20181214003143.44a34637@gmail.com> <50036681-e6a8-8bc7-1db3-087d175fe159@selasky.org> <20181213213826.GA63752@home.opsec.eu> From: Hans Petter Selasky Message-ID: <6fed5c1f-3fab-4865-c5a2-0bd71cb7a746@selasky.org> Date: Fri, 14 Dec 2018 10:39:09 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: <20181213213826.GA63752@home.opsec.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: E3A7E96061 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.99 / 15.00]; TAGGED_RCPT(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.988,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2018 09:41:05 -0000 On 12/13/18 10:38 PM, Kurt Jaeger wrote: > Hi! > >>> Mine last version: >>> >>> # Gamepad Logitech >>> notify 100 { >>> match "system" "USB"; >>> match "subsystem" "INTERFACE"; >>> match "type" "ATTACH"; >>> match "vendor" "0x046d"; >>> match "product" "0xc216|0xc219"; >>> action "/usr/local/etc/rc.d/webcamd start $cdev $interface"; >>> }; >> >> Can you submit this patch? Or do you want me to? > > Please, just commit this fix (approved). Thanks! > >> --HPS >> >> Index: files/webcamd.conf.in >> =================================================================== >> --- files/webcamd.conf.in (revision 487369) >> +++ files/webcamd.conf.in (working copy) >> @@ -59,12 +59,8 @@ >> match "type" "ATTACH"; >> >> match "vendor" "0x046d"; >> - match "product" "0xc216"; >> + match "product" "0xc216|0xc219"; >> >> - match "intclass" "0x03"; >> - match "intsubclass" "0x00"; >> - match "intprotocol" "0x00"; >> - >> action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface"; >> }; Done. --HPS