mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
spark7162 without evremote2
Origin commit data
------------------
Branch: master
Commit: 13740f57b6
Author: max_10 <max_10@gmx.de>
Date: 2015-04-24 (Fri, 24 Apr 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "init_lib.h"
|
||||
@@ -268,7 +271,7 @@ void init_td_api()
|
||||
{
|
||||
cCpuFreqManager f;
|
||||
f.SetCpuFreq(0); /* CPUFREQ == 0 is the trigger for leaving standby */
|
||||
#if 0
|
||||
#ifdef BOXMODEL_SPARK7162
|
||||
create_input_devices();
|
||||
start_inmux_thread();
|
||||
#endif
|
||||
@@ -291,7 +294,7 @@ void init_td_api()
|
||||
close(dmx);
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
#ifdef BOXMODEL_SPARK7162
|
||||
else
|
||||
reopen_input_devices();
|
||||
#endif
|
||||
@@ -302,7 +305,7 @@ void init_td_api()
|
||||
void shutdown_td_api()
|
||||
{
|
||||
lt_info("%s, initialized = %d\n", __FUNCTION__, (int)initialized);
|
||||
#if 0
|
||||
#ifdef BOXMODEL_SPARK7162
|
||||
if (initialized) {
|
||||
stop_inmux_thread();
|
||||
close_input_devices();
|
||||
|
Reference in New Issue
Block a user