From f13ecbe047e53228e18be442ef00a90215a0cca6 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Sat, 13 Nov 2004 08:36:59 +0000 Subject: increase tuner timeout. some cards are a little slow CVS patchset: 7118 CVS date: 2004/11/13 08:36:59 --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 9b8b30dd2..99d7ff81e 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -773,7 +773,7 @@ static int tuner_tune_it (tuner_t *this, struct dvb_frontend_parameters } /* read the status from the frontend... it appears that event.status isn't correct for some FE's */ ioctl(this->fd_frontend, FE_READ_STATUS, &event.status); lock_tries++; - if(lock_tries>5) { /* try to get lock for a few seconds */ + if(lock_tries>15) { /* try to get lock for a few seconds */ break; } } -- cgit v1.2.3