physdev path start with /, like in hotplug. add dvd drive into devicedb. fix scanner...
[enigma2.git] / lib / dvb / frontendparms.h
index b8f47f43fc22f61905cc52e4b17f07cb96b006b8..961dfd00e481336cc4c24aec0b175de5512ff49d 100644 (file)
@@ -37,14 +37,20 @@ struct eDVBFrontendParametersSatellite
                        Auto, QPSK, M8PSK, QAM_16
                };
        };
-       struct RollOff {  // dvb-s2
+       // dvb-s2
+       struct RollOff {
                enum {
-                       alpha_0_35, alpha_0_25, alpha_0_20, alpha_auto
+                       alpha_0_35, alpha_0_25, alpha_0_20
+               };
+       };
+       struct Pilot {  
+               enum {
+                       Off, On, Unknown
                };
        };
        bool no_rotor_command_on_tune;
        unsigned int frequency, symbol_rate;
-       int polarisation, fec, inversion, orbital_position, system, modulation, roll_off;
+       int polarisation, fec, inversion, orbital_position, system, modulation, rolloff, pilot;
 };
 SWIG_ALLOW_OUTPUT_SIMPLE(eDVBFrontendParametersSatellite);