All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alain <aturbide@rogers.com>
To: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] Bug Report - Twinhan vp-1020, bt_8xx driver + frontend
Date: Mon, 1 Dec 2008 09:18:52 -0800 (PST)	[thread overview]
Message-ID: <99503.50867.qm@web88302.mail.re4.yahoo.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 633 bytes --]

Found the problem I believe.  The original code always ran dvb_frontend_swzigzag(fe) even if the algo  is 0
This fixes the issue for me.

--- dvb_frontend.c      2008-12-01 12:07:28.000000000 -0500
+++ /dvb_frontend.c     2008-12-01 12:07:16.000000000 -0500
@@ -645,6 +645,8 @@
                                break;
                        default:
                                dprintk("%s: UNDEFINED ALGO !\n", __func__);
+                               dvb_frontend_swzigzag(fe);
                                break;
                        }
                } else {





________________________________

[-- Attachment #1.2: Type: text/html, Size: 2059 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

             reply	other threads:[~2008-12-01 17:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-01 17:18 Alain [this message]
2008-12-01 21:31 ` [linux-dvb] [FIXEd] Bug Report - Twinhan vp-1020, bt_8xx driver + frontend Alain Turbide
2008-12-02 17:37   ` VDR User
2008-12-02 18:07     ` sinter
2008-12-02 19:05     ` Alain Turbide
2008-12-02 19:21       ` Alain Turbide
2008-12-02 19:21       ` Matthias Schwarzott
2008-12-02 19:37         ` Alain Turbide
  -- strict thread matches above, loose matches on Subject: below --
2008-12-01 16:03 [linux-dvb] " Alain
2008-12-01 17:07 ` VDR User

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=99503.50867.qm@web88302.mail.re4.yahoo.com \
    --to=aturbide@rogers.com \
    --cc=linux-dvb@linuxtv.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.