All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] Support AVerMedia DVD EZMaker 7 (C039)
@ 2016-01-20 10:55 Roland Zitzke
  2016-02-01 12:35 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Zitzke @ 2016-01-20 10:55 UTC (permalink / raw)
  To: linux-media; +Cc: Roland Zitzke

Hello,
this is an USB grabber card based on the CX231XX chip.

The Linux TV wiki has some rather contradicting information on this card. However I can confirm that the latest Conexant  driver works just fine once it is compiled with the additional product and vendor id of this card.
https://www.linuxtv.org/wiki/index.php/AVerMedia_DVD_EZMaker_7_(C039)

The following simple patch does the job on the recent v4l tree.
Is there a way to get it included without setting up a git infrastructure?
Thanks and best regards
Roland
--- v4l/cx231xx-cards_old.c	2016-01-20 08:42:06.391203025 +0100
+++ v4l/cx231xx-cards.c	2016-01-20 10:37:41.862148030 +0100
@@ -908,6 +908,8 @@ struct usb_device_id cx231xx_id_table[]
 	 .driver_info = CX231XX_BOARD_OTG102},
 	{USB_DEVICE(USB_VID_TERRATEC, 0x00a6),
 	 .driver_info = CX231XX_BOARD_TERRATEC_GRABBY},
+    {USB_DEVICE(0x07ca, 0xc039),
+     .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
 	{},
 };
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch] Support AVerMedia DVD EZMaker 7 (C039)
  2016-01-20 10:55 [Patch] Support AVerMedia DVD EZMaker 7 (C039) Roland Zitzke
@ 2016-02-01 12:35 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2016-02-01 12:35 UTC (permalink / raw)
  To: Roland Zitzke; +Cc: linux-media, Roland Zitzke

Em Wed, 20 Jan 2016 11:55:42 +0100
Roland Zitzke <zitzke@gmx.de> escreveu:

> Hello,
> this is an USB grabber card based on the CX231XX chip.
> 
> The Linux TV wiki has some rather contradicting information on this card. However I can confirm that the latest Conexant  driver works just fine once it is compiled with the additional product and vendor id of this card.
> https://www.linuxtv.org/wiki/index.php/AVerMedia_DVD_EZMaker_7_(C039)
> 
> The following simple patch does the job on the recent v4l tree.
> Is there a way to get it included without setting up a git infrastructure?

Well, your patches need to be signed. Also, if you're using the media-build
tree, the best would be to produce the patch under the /linux directory,
as the patch would be in the right place.

Finally, your e-mailer is mangling whitespaces, causing it to not
apply.

Regards,
Mauro

> Thanks and best regards
> Roland
> --- v4l/cx231xx-cards_old.c	2016-01-20 08:42:06.391203025 +0100
> +++ v4l/cx231xx-cards.c	2016-01-20 10:37:41.862148030 +0100
> @@ -908,6 +908,8 @@ struct usb_device_id cx231xx_id_table[]
>  	 .driver_info = CX231XX_BOARD_OTG102},
>  	{USB_DEVICE(USB_VID_TERRATEC, 0x00a6),
>  	 .driver_info = CX231XX_BOARD_TERRATEC_GRABBY},
> +    {USB_DEVICE(0x07ca, 0xc039),
> +     .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
>  	{},
>  };
>  
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-01 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 10:55 [Patch] Support AVerMedia DVD EZMaker 7 (C039) Roland Zitzke
2016-02-01 12:35 ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.