From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Roland Zitzke <zitzke@gmx.de>
Cc: linux-media@vger.kernel.org, Roland Zitzke <zitzke@telos.de>
Subject: Re: [Patch] Support AVerMedia DVD EZMaker 7 (C039)
Date: Mon, 1 Feb 2016 10:35:28 -0200 [thread overview]
Message-ID: <20160201103528.4f375dc5@recife.lan> (raw)
In-Reply-To: <0214E8CF-724D-47C8-B621-CD7D434CD1AE@gmx.de>
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
prev parent reply other threads:[~2016-02-01 12:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-20 10:55 [Patch] Support AVerMedia DVD EZMaker 7 (C039) Roland Zitzke
2016-02-01 12:35 ` Mauro Carvalho Chehab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160201103528.4f375dc5@recife.lan \
--to=mchehab@osg.samsung.com \
--cc=linux-media@vger.kernel.org \
--cc=zitzke@gmx.de \
--cc=zitzke@telos.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).