diff options
author | Johns <johns98@gmx.net> | 2012-10-06 19:16:10 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-10-06 19:16:10 +0200 |
commit | de7c4b2a96a00cb7726de738bf69266ee13ab4b5 (patch) | |
tree | 4634bbb362104b5b1051977e5ee583d51f2b31bb /softhddevice.cpp | |
parent | 0cf4598f680bdb14f7bb235027e4eec8b5205e91 (diff) | |
download | vdr-plugin-softhddevice-de7c4b2a96a00cb7726de738bf69266ee13ab4b5.tar.gz vdr-plugin-softhddevice-de7c4b2a96a00cb7726de738bf69266ee13ab4b5.tar.bz2 |
Workaround for bug #1069.
Option -s (start in suspended mode) does not work anymore.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 05a7ace..ac717e2 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1997,8 +1997,9 @@ bool cPluginSoftHdDevice::Start(void) switch (::Start()) { case 1: - cControl::Launch(new cSoftHdControl); - cControl::Attach(); + //cControl::Launch(new cSoftHdControl); + //cControl::Attach(); + // FIXME: VDR overwrites the control SuspendMode = SUSPEND_NORMAL; break; case -1: |