enable/disable higher lnb voltage is now working
[enigma2.git] / lib / dvb / idvb.h
index c1c0377f6e584f7c2c3d558551300c4b249796a9..399abaa57404d7e7ecc155f4683e0976ac5d0c57 100644 (file)
@@ -343,7 +343,7 @@ public:
        };
        virtual RESULT setTone(int tone)=0;
        enum {
-               voltageOff, voltage13, voltage18
+               voltageOff, voltage13, voltage18, voltage13_5, voltage18_5
        };
        virtual RESULT setVoltage(int voltage)=0;
        virtual RESULT sendDiseqc(const eDVBDiseqcCommand &diseqc)=0;