Request for commit approval (multimedia/webcamd)

Kurt Jaeger pi at freebsd.org
Thu Dec 13 21:38:26 UTC 2018


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";
>   };
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

-- 
pi at FreeBSD.org         +49 171 3101372              2 years to go !


More information about the freebsd-ports mailing list