From de7c4b2a96a00cb7726de738bf69266ee13ab4b5 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 6 Oct 2012 19:16:10 +0200 Subject: [PATCH] Workaround for bug #1069. Option -s (start in suspended mode) does not work anymore. --- softhddevice.cpp | 5 +++-- 1 file 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: