mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
armbox: fix hd51 first start rc bug
Origin commit data
------------------
Branch: ni/coolstream
Commit: e50b49278e
Author: max_10 <max_10@gmx.de>
Date: 2018-01-17 (Wed, 17 Jan 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1345,6 +1345,10 @@ 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 ((ev.code == 0 || ev.code == 1) && ev.value && firstKey)
|
||||
continue;
|
||||
#endif
|
||||
if (ev.value && firstKey) {
|
||||
firstKey = false;
|
||||
CTimerManager::getInstance()->cancelShutdownOnWakeup();
|
||||
|
Reference in New Issue
Block a user