All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone
@ 2009-10-12 20:48 Frank Sagurna
  2009-10-13 15:34 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone [spam-bayes][heur][spf] Steven Toth
  2009-10-16 16:48 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Steven Toth
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Sagurna @ 2009-10-12 20:48 UTC (permalink / raw)
  To: linux-media, Steven Toth

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,

there seems to be a bug in cx88 (HVR1300) that is responsible for not
switching channels, and not being able to scan.
Complete description can be found on launchpad:

https://bugs.launchpad.net/mythtv/+bug/439163 (starting from comment #16)

Anyway, i digged it down to this patch:
http://www.mail-archive.com/linuxtv-commits@linuxtv.org/msg02195.html

When reverting the following part of the patch it starts working again:

snip----------

diff -r 576096447a45 -r d2eedb425718
linux/drivers/media/video/cx88/cx88-dvb.c
- --- a/linux/drivers/media/video/cx88/cx88-dvb.c Thu Dec 18 07:28:18 2008
- -0200
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c Thu Dec 18 07:28:35 2008
- -0200
@@ -1135,40 +1135,44 @@ static int cx8802_dvb_advise_acquire(str
                 * on the bus. Take the bus from the cx23416 and enable the
                 * cx22702 demod
                 */
- - cx_set(MO_GP0_IO, 0x00000080); /* cx22702 out of reset and
enable */
+ /* Toggle reset on cx22702 leaving i2c active */
+ cx_set(MO_GP0_IO, 0x00000080);
+ udelay(1000);
+ cx_clear(MO_GP0_IO, 0x00000080);
+ udelay(50);
+ cx_set(MO_GP0_IO, 0x00000080);
+ udelay(1000);
+ /* enable the cx22702 pins */
                cx_clear(MO_GP0_IO, 0x00000004);
                udelay(1000);
                break;
- ---------snip

Regards

Frank Sagurna


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrTliUACgkQrcfRHnkKaDb/SQCgg5g/dfWvESwwKPLM0Jy6j0gb
dx4AoIDDqZvHzZMaEp9Sml7lUDM9WirF
=ry/E
-----END PGP SIGNATURE-----

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

* Re: Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone [spam-bayes][heur][spf]
  2009-10-12 20:48 Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Frank Sagurna
@ 2009-10-13 15:34 ` Steven Toth
  2009-10-16 16:48 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Steven Toth
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Toth @ 2009-10-13 15:34 UTC (permalink / raw)
  To: Frank Sagurna; +Cc: linux-media@vger.kernel.org

On Mon, Oct 12, 2009 at 4:48 PM, Frank Sagurna <frank@sagurna.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi list,
>
> there seems to be a bug in cx88 (HVR1300) that is responsible for not
> switching channels, and not being able to scan.
> Complete description can be found on launchpad:
>
> https://bugs.launchpad.net/mythtv/+bug/439163 (starting from comment #16)
>
> Anyway, i digged it down to this patch:
> http://www.mail-archive.com/linuxtv-commits@linuxtv.org/msg02195.html
>
> When reverting the following part of the patch it starts working again:
>
> snip----------

Thanks Frank. I'll pick up this patch and start the merge process.

Regards,

- Steve

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

* Re: Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone
  2009-10-12 20:48 Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Frank Sagurna
  2009-10-13 15:34 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone [spam-bayes][heur][spf] Steven Toth
@ 2009-10-16 16:48 ` Steven Toth
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Toth @ 2009-10-16 16:48 UTC (permalink / raw)
  To: Frank Sagurna; +Cc: linux-media, Steven Toth

> there seems to be a bug in cx88 (HVR1300) that is responsible for not
> switching channels, and not being able to scan.
> Complete description can be found on launchpad:

Noted.

Thanks

-- 
Steven Toth - Kernel Labs
http://www.kernellabs.com

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

end of thread, other threads:[~2009-10-16 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 20:48 Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Frank Sagurna
2009-10-13 15:34 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone [spam-bayes][heur][spf] Steven Toth
2009-10-16 16:48 ` Bug in HVR1300. Found part of a patch, if reverted bug seems to be gone Steven Toth

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.