mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
neutrino: disable commit 4111ff45cb
for test
This commit is contained in:
@@ -2651,6 +2651,7 @@ _repeat:
|
|||||||
g_CamHandler->exec(NULL, "ca_ci_reset1");
|
g_CamHandler->exec(NULL, "ca_ci_reset1");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
//zap to rec channel if box start from deepstandby
|
//zap to rec channel if box start from deepstandby
|
||||||
if(timer_wakeup){
|
if(timer_wakeup){
|
||||||
timer_wakeup=false;
|
timer_wakeup=false;
|
||||||
@@ -2659,7 +2660,7 @@ _repeat:
|
|||||||
t_channel_id channel_id=eventinfo->channel_id;
|
t_channel_id channel_id=eventinfo->channel_id;
|
||||||
g_Zapit->zapTo_serviceID_NOWAIT(channel_id);
|
g_Zapit->zapTo_serviceID_NOWAIT(channel_id);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
//zap to rec channel in standby-mode
|
//zap to rec channel in standby-mode
|
||||||
if(mode == mode_standby){
|
if(mode == mode_standby){
|
||||||
CTimerd::RecordingInfo * eventinfo = (CTimerd::RecordingInfo *) data;
|
CTimerd::RecordingInfo * eventinfo = (CTimerd::RecordingInfo *) data;
|
||||||
|
Reference in New Issue
Block a user