mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
introduce hdmi_cec to driver
Conflicts: data/locale/deutsch.locale src/driver/Makefile.am src/neutrino.cpp src/system/locals.h src/system/locals_intern.h
This commit is contained in:
@@ -1328,9 +1328,11 @@ typedef enum
|
||||
LOCALE_MENU_HINT_CA_INIT,
|
||||
LOCALE_MENU_HINT_CACHE_TXT,
|
||||
LOCALE_MENU_HINT_CEC_MODE,
|
||||
LOCALE_MENU_HINT_CEC_SLEEP,
|
||||
LOCALE_MENU_HINT_CEC_STANDBY,
|
||||
LOCALE_MENU_HINT_CEC_VIEW_ON,
|
||||
LOCALE_MENU_HINT_CEC_VOLUME,
|
||||
LOCALE_MENU_HINT_CEC_WAKEUP,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_ADDITIONAL,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_ENABLESDT,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_EPG_ALIGN,
|
||||
@@ -2894,6 +2896,7 @@ typedef enum
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_MODE_OFF,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_MODE_RECORDER,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_MODE_TUNER,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_SLEEP,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_STANDBY,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_VIEW_ON,
|
||||
LOCALE_VIDEOMENU_HDMI_CEC_VOL_AUDIOSYSTEM,
|
||||
|
@@ -1328,9 +1328,11 @@ const char * locale_real_names[] =
|
||||
"menu.hint_ca_init",
|
||||
"menu.hint_cache_txt",
|
||||
"menu.hint_cec_mode",
|
||||
"menu.hint_cec_sleep",
|
||||
"menu.hint_cec_standby",
|
||||
"menu.hint_cec_view_on",
|
||||
"menu.hint_cec_volume",
|
||||
"menu.hint_cec_wakeup",
|
||||
"menu.hint_channellist_additional",
|
||||
"menu.hint_channellist_enablesdt",
|
||||
"menu.hint_channellist_epg_align",
|
||||
@@ -2894,6 +2896,7 @@ const char * locale_real_names[] =
|
||||
"videomenu.hdmi_cec_mode_off",
|
||||
"videomenu.hdmi_cec_mode_recorder",
|
||||
"videomenu.hdmi_cec_mode_tuner",
|
||||
"videomenu.hdmi_cec_sleep",
|
||||
"videomenu.hdmi_cec_standby",
|
||||
"videomenu.hdmi_cec_view_on",
|
||||
"videomenu.hdmi_cec_vol_audiosystem",
|
||||
|
@@ -372,8 +372,10 @@ struct SNeutrinoSettings
|
||||
// hdmi cec
|
||||
int hdmi_cec_mode;
|
||||
int hdmi_cec_view_on;
|
||||
int hdmi_cec_sleep;
|
||||
int hdmi_cec_standby;
|
||||
int hdmi_cec_volume;
|
||||
int hdmi_cec_wakeup;
|
||||
|
||||
// volume
|
||||
char current_volume;
|
||||
|
Reference in New Issue
Block a user