mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
zapit/src/frontend.cpp: use per-frontend diseqc order
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fc2e13df3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -995,7 +995,7 @@ void CFrontend::setInput(t_satellite_position satellitePosition, uint32_t freque
|
|||||||
setDiseqc(sit->second.diseqc, polarization, frequency);
|
setDiseqc(sit->second.diseqc, polarization, frequency);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (sit->second.diseqc_order == COMMITED_FIRST) {
|
if (config.diseqc_order /*sit->second.diseqc_order*/ == COMMITED_FIRST) {
|
||||||
if (setDiseqcSimple(sit->second.commited, polarization, frequency))
|
if (setDiseqcSimple(sit->second.commited, polarization, frequency))
|
||||||
uncommitedInput = 255;
|
uncommitedInput = 255;
|
||||||
sendUncommittedSwitchesCommand(sit->second.uncommited);
|
sendUncommittedSwitchesCommand(sit->second.uncommited);
|
||||||
|
Reference in New Issue
Block a user