mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
add webif option dont use CEC with standbyoff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4be0273083
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-26 (Sun, 26 Jan 2014)
Origin message was:
------------------
-add webif option dont use CEC with standbyoff
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user