fix CEC TV ON after deepstandby

This commit is contained in:
Jacek Jendrzej
2018-05-25 17:05:09 +02:00
parent 5a2865d01c
commit 1d7e6dc1dc

View File

@@ -1209,11 +1209,15 @@ bool cVideo::SetCECMode(VIDEO_HDMI_CEC_MODE _deviceType)
if (ioctl(hdmiFd, CEC_S_MODE, &monitor) < 0)
lt_info("%s: CEC monitor failed (%m)\n", __func__);
}
GetCECAddressInfo();
if(autoview_cec_activ)
SetCECState(false);
return true;
}
return false;
}
void cVideo::GetCECAddressInfo()