add osmio4k / osmio4kplus not yet ready

Origin commit data
------------------
Branch: ni/coolstream
Commit: f00b047142
Author: max_10 <max_10@gmx.de>
Date: 2020-02-17 (Mon, 17 Feb 2020)

Origin message was:
------------------
- add osmio4k / osmio4kplus not yet ready

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2020-02-17 21:21:47 +01:00
committed by vanhofen
parent b6ac604c7a
commit d100d531be
6 changed files with 16 additions and 9 deletions

View File

@@ -1752,7 +1752,7 @@ int CRCInput::translate(int code)
case KEY_CHANNELDOWN:
return RC_page_down;
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_OSMIOPLUS4K
#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_OSMIO4K || BOXMODEL_OSMIOPLUS4K
case KEY_VIDEO:
return RC_favorites;
#endif