From: Antti Palosaari <crope@iki.fi>
To: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T)
Date: Thu, 30 Sep 2010 12:40:12 +0300 [thread overview]
Message-ID: <4CA45AFC.2080807@iki.fi> (raw)
In-Reply-To: <1285795123-11046-2-git-send-email-yann.morin.1998@anciens.enib.fr>
On 09/30/2010 12:18 AM, Yann E. MORIN wrote:
> The AVerTV Red HD+ (A850T) is basically the same as the existing
> AVerTV Volar Black HD 9A850), but is specific to the french market.
>
> This is a collection of information gathered from the french support
> forums for Ubuntu, which I tried to properly format:
> http://forum.ubuntu-fr.org/viewtopic.php?pid=3322825
> /* AverMedia AVerTV Volar Black HD (A850) device have bad EEPROM
> - content :-( Override some wrong values here. */
> + content :-( Override some wrong values here. Ditto for the
> + AVerTV Red HD+ (A850T) device. */
> if (le16_to_cpu(udev->descriptor.idVendor) == USB_VID_AVERMEDIA&&
> - le16_to_cpu(udev->descriptor.idProduct) == USB_PID_AVERMEDIA_A850) {
> + ((le16_to_cpu(udev->descriptor.idProduct) == USB_PID_AVERMEDIA_A850) ||
> + (le16_to_cpu(udev->descriptor.idProduct) == USB_PID_AVERMEDIA_A850T))) {
> deb_info("%s: AverMedia A850: overriding config\n", __func__);
> /* disable dual mode */
> af9015_config.dual_mode = 0;
Are you sure it does also have such bad eeprom content? Is that really
needed? What it happens without this hack?
> .name = "AverMedia AVerTV Volar Black HD " \
> - "(A850)",
> - .cold_ids = {&af9015_usb_table[20], NULL},
> + "(A850) / AVerTV Volar Red HD+ (A850T)",
> + .cold_ids = {&af9015_usb_table[20],
> + &af9015_usb_table[33], NULL},
Add new entry for that device (and leave A850 as untouched).
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2010-09-30 9:40 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-29 21:18 [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T) Yann E. MORIN
2010-09-29 21:18 ` Yann E. MORIN
2010-09-30 9:40 ` Antti Palosaari [this message]
2010-09-30 17:56 ` Yann E. MORIN
2010-09-30 20:42 ` Antti Palosaari
2010-09-30 21:09 ` Yann E. MORIN
2010-09-30 21:48 ` Antti Palosaari
2010-09-30 21:59 ` Yann E. MORIN
2010-10-01 8:05 ` Eric Valette
2010-10-01 11:57 ` Mauro Carvalho Chehab
2010-10-01 12:06 ` Eric Valette
2010-10-01 14:53 ` Mauro Carvalho Chehab
2010-10-01 15:05 ` Eric Valette
2010-10-01 19:06 ` Mauro Carvalho Chehab
2010-10-01 15:05 ` Yann E. MORIN
2010-10-01 17:05 ` Mauro Carvalho Chehab
-- strict thread matches above, loose matches on Subject: below --
2010-10-01 19:55 [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T), v2 Yann E. MORIN
2010-10-01 19:55 ` [PATCH] v4l/dvb: add support for AVerMedia AVerTV Red HD+ (A850T) Yann E. MORIN
2010-10-04 20:55 ` Yann E. MORIN
2010-10-04 23:10 ` Antti Palosaari
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=4CA45AFC.2080807@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=yann.morin.1998@anciens.enib.fr \
/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 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.