mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Revert "rcinput/neutrino: avoid the use of EVT_TIMESET"
This reverts commit00bf8a7e92
. In some cases keys are don't used immediately: --- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- CVFD::ShowText: [14:14] 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 2 key: 0074 value 2, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- 1 key: 0074 value 1, translate: 0074 -standby- 0 key: 0074 value 0, translate: 0074 -standby- [/.../cst-next/src/neutrino.cpp:standbyMode:3615] OFF CSAPI (POWER-CLK): new CPU frequency: 600000000Hz CSAPI (VIDEO): Standby 1 -> 0 CSAPI (HDMI-CEC): Power Status: STANDBY -> ON CSAPI (HDMI-CEC): Device free (Logical Address: 03) CSAPI (HDMI-CEC): Power Status: ON --- Origin commit data ------------------ Branch: ni/coolstream Commit:2c64d2fb2b
Author: vanhofen <vanhofen@gmx.de> Date: 2016-01-18 (Mon, 18 Jan 2016) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
and some other guys
|
||||
Homepage: http://dbox.cyberphoria.org/
|
||||
|
||||
Copyright (C) 2006-2016 Stefan Seyfried
|
||||
Copyright (C) 2006-2014 Stefan Seyfried
|
||||
|
||||
Copyright (C) 2011 CoolStream International Ltd
|
||||
|
||||
@@ -1840,11 +1840,7 @@ void CNeutrinoApp::InitZapitClient()
|
||||
void CNeutrinoApp::InitSectiondClient()
|
||||
{
|
||||
g_Sectionsd = new CSectionsdClient;
|
||||
struct timespec t;
|
||||
if (clock_gettime(CLOCK_MONOTONIC, &t)) {
|
||||
dprintf(DEBUG_NORMAL, "CLOCK_MONOTONIC not supported? (%m), falling back to EVT_TIMESET\n");
|
||||
g_Sectionsd->registerEvent(CSectionsdClient::EVT_TIMESET, 222, NEUTRINO_UDS_NAME);
|
||||
}
|
||||
g_Sectionsd->registerEvent(CSectionsdClient::EVT_TIMESET, 222, NEUTRINO_UDS_NAME);
|
||||
g_Sectionsd->registerEvent(CSectionsdClient::EVT_GOT_CN_EPG, 222, NEUTRINO_UDS_NAME);
|
||||
g_Sectionsd->registerEvent(CSectionsdClient::EVT_EIT_COMPLETE, 222, NEUTRINO_UDS_NAME);
|
||||
g_Sectionsd->registerEvent(CSectionsdClient::EVT_WRITE_SI_FINISHED, 222, NEUTRINO_UDS_NAME);
|
||||
|
Reference in New Issue
Block a user