[linux-dvb] [PATCH] Need to increase init time-out for NOVA-CI and
SCM CAM
Dominique Dumont
domi.dumont at free.fr
Wed Aug 3 19:19:27 CEST 2005
Hello
To get my SCM Red Viacces CAM to work with my NOVA-CI, I had to
increase the init timeout from 5 to 10 seconds.
Now, the CAM is recognized by budget-ci driver and is descrambling TPS
without a problem (so far ... :-/, I'm still cautious about shouting
victory before much more tests)
Here's a very small patch to fix the time-out problem.
Cheers
Index: dvb_ca_en50221.c
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/dvb-core/dvb_ca_en50221.c,v
retrieving revision 1.33
diff -u -p -r1.33 dvb_ca_en50221.c
--- dvb_ca_en50221.c 5 Apr 2005 00:54:19 -0000 1.33
+++ dvb_ca_en50221.c 3 Aug 2005 17:18:33 -0000
@@ -47,7 +47,7 @@ MODULE_PARM_DESC(cam_debug, "enable verb
#define dprintk if (dvb_ca_en50221_debug) printk
-#define INIT_TIMEOUT_SECS 5
+#define INIT_TIMEOUT_SECS 10
#define HOST_LINK_BUF_SIZE 0x200
Signed-off-by: Dominique Dumont <domi.dumont at free.fr>
More information about the linux-dvb
mailing list