From b5f4aea3cc695f9fd5b14667bfa3705bf0f9a37b Mon Sep 17 00:00:00 2001 From: leslie Date: Sun, 21 Aug 2011 20:52:40 +0200 Subject: [PATCH] hddevice: set CA descriptor delay --- device-hd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/device-hd.c b/device-hd.c index 24364d5..0c70f6d 100644 --- a/device-hd.c +++ b/device-hd.c @@ -50,6 +50,7 @@ SCAPIVERSTAG(); bool cScDvbHdFfDevice::SetCaDescr(ca_descr_t *ca_descr, bool initial) { + if(!initial) cCondWait::SleepMs(150); cMutexLock lock(&cafdMutex); return ioctl(fd_ca,CA_SET_DESCR,ca_descr)>=0; } -- 2.39.5