do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hack
[enigma2.git] / lib / dvb / idvb.h
index c201c1a47dbed1d7fb6719bc35c211c2dcaf8f46..a6533a9cb2f950adc75aa1bff17dd817ca796ecb 100644 (file)
@@ -363,6 +363,10 @@ struct eDVBDiseqcCommand
 {
        int len;
        __u8 data[MAX_DISEQC_LENGTH];
+#if HAVE_DVB_API_VERSION < 3
+       int tone;
+       int voltage;
+#endif
 };
 
 class iDVBSatelliteEquipmentControl;