All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [linux-dvb] Bug Report - Twinhan vp-1020, bt_8xx driver + frontend
@ 2008-12-01 17:18 Alain
  2008-12-01 21:31 ` [linux-dvb] [FIXEd] " Alain Turbide
  0 siblings, 1 reply; 8+ messages in thread
From: Alain @ 2008-12-01 17:18 UTC (permalink / raw)
  To: linux-dvb


[-- 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

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

end of thread, other threads:[~2008-12-02 19:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-01 17:18 [linux-dvb] Bug Report - Twinhan vp-1020, bt_8xx driver + frontend Alain
2008-12-01 21:31 ` [linux-dvb] [FIXEd] " 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

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.