- neutrino: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only

Conflicts:
	src/gui/epgview.cpp
	src/gui/infoviewer.cpp
This commit is contained in:
vanhofen
2019-12-09 21:55:47 +01:00
committed by Thilo Graf
parent 6ccaec945d
commit bff51f0d8a
3 changed files with 14 additions and 1 deletions

View File

@@ -1322,6 +1322,10 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
show(channel_id, id, &startzeit, false, call_fromfollowlist);
showPos=0;
break;
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
case CRCInput::CRCInput::RC_tv:
case CRCInput::CRCInput::RC_radio:
#endif
case CRCInput::RC_help:
case CRCInput::RC_ok:
case CRCInput::RC_timeout: