mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix CEC TV ON after deepstandby
This commit is contained in:
@@ -1125,7 +1125,7 @@ bool cVideo::SetCECMode(VIDEO_HDMI_CEC_MODE _deviceType)
|
|||||||
physicalAddress[0] = 0x10;
|
physicalAddress[0] = 0x10;
|
||||||
physicalAddress[1] = 0x00;
|
physicalAddress[1] = 0x00;
|
||||||
logicalAddress = 1;
|
logicalAddress = 1;
|
||||||
|
|
||||||
if (_deviceType == VIDEO_HDMI_CEC_MODE_OFF)
|
if (_deviceType == VIDEO_HDMI_CEC_MODE_OFF)
|
||||||
{
|
{
|
||||||
if (hdmiFd >= 0) {
|
if (hdmiFd >= 0) {
|
||||||
@@ -1209,11 +1209,15 @@ bool cVideo::SetCECMode(VIDEO_HDMI_CEC_MODE _deviceType)
|
|||||||
if (ioctl(hdmiFd, CEC_S_MODE, &monitor) < 0)
|
if (ioctl(hdmiFd, CEC_S_MODE, &monitor) < 0)
|
||||||
lt_info("%s: CEC monitor failed (%m)\n", __func__);
|
lt_info("%s: CEC monitor failed (%m)\n", __func__);
|
||||||
|
|
||||||
|
GetCECAddressInfo();
|
||||||
|
|
||||||
|
if(autoview_cec_activ)
|
||||||
|
SetCECState(false);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
GetCECAddressInfo();
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cVideo::GetCECAddressInfo()
|
void cVideo::GetCECAddressInfo()
|
||||||
|
Reference in New Issue
Block a user