-add webif option dont use CEC with standbyoff

This commit is contained in:
Jacek Jendrzej
2014-01-26 19:29:17 +01:00
parent 1acddb37bf
commit 4be0273083
5 changed files with 31 additions and 0 deletions

View File

@@ -857,6 +857,10 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
*msg = NeutrinoMessages::RELOAD_SETUP;
*data = 0;
break;
case NeutrinoMessages::EVT_HDMI_CEC_ON:
*msg = NeutrinoMessages::EVT_HDMI_CEC_ON;
*data = 0;
break;
default:
printf("[neutrino] event INITID_HTTPD - unknown eventID 0x%x\n", emsg.eventID );
}