Re: Request for commit approval (multimedia/webcamd)

2018-12-14 Thread Hans Petter Selasky

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

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Kurt Jaeger
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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Rozhuk Ivan
On Thu, 13 Dec 2018 22:32:57 +0100
Hans Petter Selasky  wrote:

> On 12/13/18 10:31 PM, Rozhuk Ivan wrote:
> > On Thu, 13 Dec 2018 15:33:06 +0100
> > Hans Petter Selasky  wrote:
> >   
> >> Add devd rule for a Logitech gamepad.
> >>
> >> Submitted by:  Rozhuk Ivan 
> >> Approved by:
> >>
> >> --HPS  
> > 
> > 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";
> > };  
> 
> Hi,
> 
> Can you submit this patch? Or do you want me to?
> 

You, please.

PS: I start with new webcamd, will email later.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Hans Petter Selasky

On 12/13/18 10:31 PM, Rozhuk Ivan wrote:

On Thu, 13 Dec 2018 15:33:06 +0100
Hans Petter Selasky  wrote:


Add devd rule for a Logitech gamepad.

Submitted by:   Rozhuk Ivan 
Approved by:

--HPS


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";
};


Hi,

Can you submit this patch? Or do you want me to?

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


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Rozhuk Ivan
On Thu, 13 Dec 2018 15:33:06 +0100
Hans Petter Selasky  wrote:

> Add devd rule for a Logitech gamepad.
> 
> Submitted by: Rozhuk Ivan 
> Approved by:
> 
> --HPS

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


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Kurt Jaeger
Hi!

> Add devd rule for a Logitech gamepad.
> 
> Submitted by: Rozhuk Ivan 
> Approved by:

Approved by: pi

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Hans Petter Selasky

Add devd rule for a Logitech gamepad.

Submitted by:   Rozhuk Ivan 
Approved by:

--HPS
Index: Makefile
===
--- Makefile	(revision 487368)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webcamd
 PORTVERSION=	4.20.0.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org/distfiles/
Index: files/webcamd.conf.in
===
--- files/webcamd.conf.in	(revision 487365)
+++ files/webcamd.conf.in	(working copy)
@@ -51,3 +51,20 @@
 
 	action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface";
 };
+
+# Logitech gamepad 
+notify 100 {
+	match "system"		"USB";
+	match "subsystem"	"INTERFACE";
+	match "type"		"ATTACH";
+
+	match "vendor"		"0x046d";
+	match "product"		"0xc216";
+
+	match "intclass"	"0x03";
+	match "intsubclass"	"0x00";
+	match "intprotocol"	"0x00";
+
+	action "%%PREFIX%%/etc/rc.d/webcamd start $cdev $interface";
+};
+
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Kurt Jaeger
Hi!

> Update webcamd to version 4.20.0.1
> 
> This change updates the Linux source code to Linux v4.20 and fixes use 
> of USB HID Joysticks with webcamd.
> 
> Approved by:

Approved by: pi

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Hans Petter Selasky

Hi,

Update webcamd to version 4.20.0.1

This change updates the Linux source code to Linux v4.20 and fixes use 
of USB HID Joysticks with webcamd.


Approved by:
Index: Makefile
===
--- Makefile	(revision 487365)
+++ Makefile	(working copy)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	webcamd
-PORTVERSION=	4.17.0.3
-PORTREVISION=	1
+PORTVERSION=	4.20.0.1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
-		http://home.selasky.org:8192/distfiles/
+		http://home.selasky.org/distfiles/
 
 MAINTAINER=	hsela...@freebsd.org
 COMMENT=	Port of Linux USB webcam and DVB drivers into userspace
Index: distinfo
===
--- distinfo	(revision 487365)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531558340
-SHA256 (webcamd-4.17.0.3.tar.bz2) = b52b29be861a469c230004c979e10b22bb7c1e12e84eab18553985acc1b8
-SIZE (webcamd-4.17.0.3.tar.bz2) = 13684415
+TIMESTAMP = 1544709894
+SHA256 (webcamd-4.20.0.1.tar.bz2) = c4741e68fef6f51bd6eeda232446d9dcac8d6b9e2a4709ca68f4a6696ec986ea
+SIZE (webcamd-4.20.0.1.tar.bz2) = 13416890
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"