[linux-dvb] Bug Report - Twinhan vp-1020, bt_8xx driver + frontend
Alain
aturbide at rogers.com
Mon Dec 1 18:18:52 CET 2008
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 {
________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20081201/79ff2f54/attachment.htm
More information about the linux-dvb
mailing list