mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
rcinput.cpp: add rc_mode for osmio4k
Origin commit data
------------------
Branch: ni/coolstream
Commit: 67c053a6fd
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-24 (Tue, 24 Mar 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1753,9 +1753,12 @@ 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_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
|
||||
#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7
|
||||
case KEY_VIDEO:
|
||||
return RC_favorites;
|
||||
#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
|
||||
case KEY_VIDEO:
|
||||
return RC_mode;
|
||||
#endif
|
||||
case KEY_SWITCHVIDEOMODE:
|
||||
return RC_mode;
|
||||
|
Reference in New Issue
Block a user