Hello,

I have checked this with my old dvb-driver (dvb-20040312) and I found the
same entrys:

av7710.c:
static int pids_off;

dvb_frontend.c:
static int dvb_shutdown_timeout = 5;

Regards,
Dirk K�hler

-------------
Hello,

since a lots of time, after a boot, when I first want to start a reccording,
I got UPT (I have got two DVB-s) till VDR exit and I have to reload the
driver...

With this very small patches, this problem is gone:

--- av7110.c    2004-05-03 17:55:00.225131056 +0200
+++ av7110.c~   2004-04-28 18:48:00.713396720 +0200
@@ -76,7 +76,7 @@
 int av7110_debug = 0;
 
 static int vidmode=CVBS_RGB_OUT;
-static int pids_off=0;
+static int pids_off;
 static int adac=DVB_ADAC_TI;
 static int hw_sections = 0;
 static int rgb_on = 0;

--- dvb_frontend.c      2004-05-03 17:57:39.433927640 +0200
+++ dvb_frontend.c~     2004-04-28 18:48:00.337453872 +0200
@@ -68,7 +68,7 @@
 
 
 static int dvb_frontend_debug = 0;
-static int dvb_shutdown_timeout = 0;
+static int dvb_shutdown_timeout = 5;
 static int dvb_override_frequency_bending = 0;
 static int dvb_force_auto_inversion = 0;
 static int dvb_override_tune_delay = 0;

There are against 2.6.6-rc3-mm1 but are easyly ported to other one ;-)

        Gr�goire
__________________________________________________________________________
http://algebra.epfl.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe
linux-dvb" as subject.




-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to