summaryrefslogtreecommitdiff
path: root/patches/sc-1.0.0pre-subdevice.patch
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-03-02 20:12:05 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-03-02 20:12:05 +0100
commit0f204bd62f6630a8314fa0770f470fd0cb0eb058 (patch)
treeabff12b3c9de3e4239fd4e1627d1517357493f59 /patches/sc-1.0.0pre-subdevice.patch
parent4c989b162369e761bc785d628778150e038fe0e8 (diff)
downloadvdr-plugin-dynamite-0f204bd62f6630a8314fa0770f470fd0cb0eb058.tar.gz
vdr-plugin-dynamite-0f204bd62f6630a8314fa0770f470fd0cb0eb058.tar.bz2
add idle-option to dvbciadapter
Diffstat (limited to 'patches/sc-1.0.0pre-subdevice.patch')
-rw-r--r--patches/sc-1.0.0pre-subdevice.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/sc-1.0.0pre-subdevice.patch b/patches/sc-1.0.0pre-subdevice.patch
index 39ca3e5..cd88e31 100644
--- a/patches/sc-1.0.0pre-subdevice.patch
+++ b/patches/sc-1.0.0pre-subdevice.patch
@@ -1,5 +1,5 @@
diff --git a/device.c b/device.c
-index fe10d5e..b29a993 100644
+index fe10d5e..4956b93 100644
--- a/device.c
+++ b/device.c
@@ -1334,6 +1334,17 @@ bool cScDeviceProbe::Probe(int Adapter, int Frontend)
@@ -94,7 +94,7 @@ index fe10d5e..b29a993 100644
-
+#ifdef __DYNAMIC_DEVICE_PROBE
+ cDevice *cidev = parentDevice ? parentDevice : this;
-+ if(fd_ca2>=0) hwciadapter=cDvbCiAdapter::CreateCiAdapter(cidev,fd_ca2);
++ if(fd_ca2>=0) hwciadapter=cDvbCiAdapter::CreateCiAdapter(cidev,fd_ca2,adapter,frontend);
+ cam=new cCam(this,n);
+ ciadapter=new cScCiAdapter(cidev,n,cam);
+#else