mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
pick mipsbox code from DDT, TangoCash and max10
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3f0bdaddb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-03 (Fri, 03 May 2019)
Origin message was:
------------------
- pick mipsbox code from DDT, TangoCash and max10
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1345,7 +1345,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
now_pressed -= (t2.tv_usec + t2.tv_sec * 1000000ULL);
|
||||
}
|
||||
SHTDCNT::getInstance()->resetSleepTimer();
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
if ((ev.code == 0 || ev.code == 1) && ev.value && firstKey)
|
||||
continue;
|
||||
#endif
|
||||
@@ -1743,7 +1743,7 @@ int CRCInput::translate(int code)
|
||||
return RC_page_up;
|
||||
case KEY_CHANNELDOWN:
|
||||
return RC_page_down;
|
||||
#ifdef HAVE_ARM_HARDWARE
|
||||
#ifdef HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
case KEY_SWITCHVIDEOMODE:
|
||||
return RC_mode;
|
||||
case KEY_VIDEO:
|
||||
|
Reference in New Issue
Block a user