Mailing List archive

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

[linux-dvb] Re: More thoughts on coldboot driver crash



Joerg Riechardt wrote:
> How do you disable zig-zag scan? I would like to try it.

--- dvb-api-v3.2002-11-29/driver/dvb_frontend.c	Fri Nov 29 14:16:01 2002
+++ dvb-api-v3.2002-12-05/driver/dvb_frontend.c	Sat Dec  7 12:57:45 2002
@@ -390,6 +390,9 @@
 	{
 		int j = fe->lost_sync_count;
 		int stepsize;
+#ifndef HIPHOP
+		j = 0;
+#endif		
 		
 		if (fe->info->type == FE_QPSK)
 			stepsize = fe->parameters.u.qpsk.symbol_rate / 16000;

Oliver


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index