vdr-sc: update to vdr-sc-605

This commit is contained in:
Stefan Saraev 2012-03-22 13:40:59 +02:00
parent cba3f0b8ab
commit 721d068607
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="vdr-sc"
PKG_VERSION="603"
PKG_VERSION="605"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -119,7 +119,7 @@ diff -r 442eee2f550d device-tmpl.c
+#ifdef __DYNAMIC_DEVICE_PROBE
+ cDevice *cidev = parentDevice ? parentDevice : this;
+#else
+// cDevice *cidev = this;
+ cDevice *cidev = this;
+#endif
+ if(fd_ca2>=0) hwciadapter=cDvbCiAdapter::CreateCiAdapter(cidev,fd_ca2);
+ if (cidev != this)