Re: Bug Report - Twinhan vp-1020, bt_8xx driver + frontend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 {



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

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux