summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-27 15:34:44 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-27 15:34:44 +0100
commit4c989b162369e761bc785d628778150e038fe0e8 (patch)
tree8fc6841a083632711da1a100c8fdf510997dc0c1 /patches
parent8172a083493e70cf89fc43ec8896b3588fe70f93 (diff)
downloadvdr-plugin-dynamite-4c989b162369e761bc785d628778150e038fe0e8.tar.gz
vdr-plugin-dynamite-4c989b162369e761bc785d628778150e038fe0e8.tar.bz2
vdr-patch: only look at local ciAdapter if idle is possible or not
Diffstat (limited to 'patches')
-rw-r--r--patches/vdr-1.7.16-dynamite-subdevice.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/vdr-1.7.16-dynamite-subdevice.patch b/patches/vdr-1.7.16-dynamite-subdevice.patch
index 21c8ef8..9f58e40 100644
--- a/patches/vdr-1.7.16-dynamite-subdevice.patch
+++ b/patches/vdr-1.7.16-dynamite-subdevice.patch
@@ -413,7 +413,7 @@ index 5289bbd..ea54bdb 100644
int cDvbCiAdapter::Read(uint8_t *Buffer, int MaxLength)
diff --git a/dvbdevice.c b/dvbdevice.c
-index f32b350..356a535 100644
+index f32b350..0c3990f 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -259,6 +259,7 @@ private:
@@ -582,7 +582,7 @@ index f32b350..356a535 100644
+bool cDvbDevice::SetIdleDevice(bool Idle, bool TestOnly)
+{
+ if (TestOnly)
-+ return true;
++ return (ciAdapter == NULL); // TODO: implement "idle" dvbCiAdapter
+ if (!dvbTuner->SetIdle(Idle))
+ return false;
+ if (Idle)