From: Paulo Marques <pmarques@grupopie.com>
To: Paulo Marques <pmarques@grupopie.com>
Cc: jjluza@yahoo.fr, Eyal Lebedinsky <eyal@eyal.emu.id.au>,
linux-kernel@vger.kernel.org
Subject: Re: 2.6.11-rc3-mm1 - broken bttv ?
Date: Mon, 07 Feb 2005 12:30:41 +0000 [thread overview]
Message-ID: <42075F71.2050504@grupopie.com> (raw)
In-Reply-To: <42075E0A.2010802@grupopie.com>
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
Paulo Marques wrote:
> jjluza wrote:
>
>> Eyal Lebedinsky wrote
>>
>>> I am having bttv problems with vanilla -rc3. Does it work for you?
>>
>>
>>
>> I don't know, as I said I didn't test kernel between 2.6.10 and
>> 2.6.11-rc3-mm1.
>> Sorry.
>> If I have time enough later, I can test 2.6.11-rc3.
>> Since I don't really know if it's the good place to talk about that, I
>> decided to report this bug on bugzilla too. Maybe you can post your
>> problem here :
>> http://bugzilla.kernel.org/show_bug.cgi?id=4171
>
>
> Other people with similar problems reported that the attached patch from
> Gerd Knorr fixed the problem for them.
-ENOATTACHMENT :P
--
Paulo Marques - www.grupopie.com
All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke (1729 - 1797)
[-- Attachment #2: tda9887.diff --]
[-- Type: text/x-patch, Size: 654 bytes --]
--- linux-2.6.11-rc3/drivers/media/video/tda9887.c
+++ linux-2.6.11-rc3/drivers/media/video/tda9887.c
@@ -545,19 +553,21 @@
int rc;
memset(buf,0,sizeof(buf));
+ tda9887_set_tvnorm(t,buf);
buf[1] |= cOutputPort1Inactive;
buf[1] |= cOutputPort2Inactive;
- tda9887_set_tvnorm(t,buf);
if (UNSET != t->pinnacle_id) {
tda9887_set_pinnacle(t,buf);
}
tda9887_set_config(t,buf);
tda9887_set_insmod(t,buf);
+#if 0
if (t->std & V4L2_STD_SECAM_L) {
/* secam fixup (FIXME: move this to tvnorms array?) */
buf[1] &= ~cOutputPort2Inactive;
}
+#endif
dprintk(PREFIX "writing: b=0x%02x c=0x%02x e=0x%02x\n",
buf[1],buf[2],buf[3]);
prev parent reply other threads:[~2005-02-07 12:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-05 18:22 2.6.11-rc3-mm1 - broken bttv ? jjluza
2005-02-06 0:10 ` Eyal Lebedinsky
2005-02-06 1:55 ` jjluza
2005-02-07 12:24 ` Paulo Marques
2005-02-07 12:30 ` Paulo Marques [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=42075F71.2050504@grupopie.com \
--to=pmarques@grupopie.com \
--cc=eyal@eyal.emu.id.au \
--cc=jjluza@yahoo.fr \
--cc=linux-kernel@vger.kernel.org \
/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.