aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-20 01:33:44 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-20 01:33:44 +0000
commit3df16a12b479b1d4cfddf75f9129ce652855f1b7 (patch)
treee85e9e9893e1c8bbdde05e6b3da9ef170972f182 /lib/dvb/frontend.h
parentd529a2571260748de28937c2ee9b47c15ded32ce (diff)
downloadenigma2-3df16a12b479b1d4cfddf75f9129ce652855f1b7.tar.gz
enigma2-3df16a12b479b1d4cfddf75f9129ce652855f1b7.zip
add tuner B option "Equal to Socket A"
add tuner B option "Secondary cable from Rotor-LNB"
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index eaedac94..0a7943f9 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -57,7 +57,7 @@ class eDVBFrontend: public iDVBFrontend, public Object
eSecCommandList m_sec_sequence;
- int m_data[8]; /* when satellite frontend then
+ int m_data[9]; /* when satellite frontend then
data[0] = lastcsw -> state of the committed switch
data[1] = lastucsw -> state of the uncommitted switch
data[2] = lastToneburst -> current state of toneburst switch
@@ -65,7 +65,8 @@ class eDVBFrontend: public iDVBFrontend, public Object
data[4] = newRotorPos -> current Rotor Position
data[5] = curRotorCmd
data[6] = curRotorPos
- data[7] = linkedToTunerNo */
+ data[7] = linkedToTunerNo
+ data[8] = dependsToTunerNo (just satpos.. for rotor with twin lnb) */
int m_idleInputpower[2]; // 13V .. 18V
int m_runningInputpower;