From d7224f4c996598c0b56c3a7930f0d9e212b3583e Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 9 Sep 2013 08:03:29 +0200 Subject: [PATCH] neutrino: disable commit 4111ff45cb36acbccc0c27e5a63d0a18da2217b2 for test --- src/neutrino.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index f4b85158a..5d4a5ca08 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2651,6 +2651,7 @@ _repeat: g_CamHandler->exec(NULL, "ca_ci_reset1"); } } +#if 0 //zap to rec channel if box start from deepstandby if(timer_wakeup){ timer_wakeup=false; @@ -2659,7 +2660,7 @@ _repeat: t_channel_id channel_id=eventinfo->channel_id; g_Zapit->zapTo_serviceID_NOWAIT(channel_id); } - +#endif //zap to rec channel in standby-mode if(mode == mode_standby){ CTimerd::RecordingInfo * eventinfo = (CTimerd::RecordingInfo *) data;