Date: Fri, 14 Dec 2018 10:39:09 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Kurt Jaeger <pi@freebsd.org> Cc: Rozhuk Ivan <rozhuk.im@gmail.com>, ports@freebsd.org Subject: Re: Request for commit approval (multimedia/webcamd) Message-ID: <6fed5c1f-3fab-4865-c5a2-0bd71cb7a746@selasky.org> In-Reply-To: <20181213213826.GA63752@home.opsec.eu> References: <63be9b29-755e-5db5-e37b-16e8f651bc37@selasky.org> <20181214003143.44a34637@gmail.com> <50036681-e6a8-8bc7-1db3-087d175fe159@selasky.org> <20181213213826.GA63752@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6fed5c1f-3fab-4865-c5a2-0bd71cb7a746>