try to fix 'FE_SET_PROPERTY: Operation not permitted' on cst after add dvb-s2x

Origin commit data
------------------
Commit: 490b10b6a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-01-06 (Sat, 06 Jan 2018)
This commit is contained in:
Jacek Jendrzej
2018-01-06 19:46:53 +01:00
committed by vanhofen
parent 8b6bbd51ff
commit a135f7e641

View File

@@ -79,7 +79,11 @@ extern int zapit_debug;
#define FE_COMMON_PROPS 2 #define FE_COMMON_PROPS 2
#define FE_DVBS_PROPS 6 #define FE_DVBS_PROPS 6
#define FE_DVBS2_PROPS 9 #if HAVE_COOL_HARDWARE
#define FE_DVBS2_PROPS 8
#else
#define FE_DVBS2_PROPS 9
#endif
#define FE_DVBC_PROPS 6 #define FE_DVBC_PROPS 6
#define FE_DVBT_PROPS 10 #define FE_DVBT_PROPS 10
#define FE_DVBT2_PROPS 11 #define FE_DVBT2_PROPS 11
@@ -106,7 +110,9 @@ static const struct dtv_property dvbs2_cmdargs[] = {
{ DTV_INNER_FEC, {}, { FEC_AUTO } ,0}, { DTV_INNER_FEC, {}, { FEC_AUTO } ,0},
{ DTV_PILOT, {}, { PILOT_AUTO } ,0}, { DTV_PILOT, {}, { PILOT_AUTO } ,0},
{ DTV_ROLLOFF, {}, { ROLLOFF_AUTO } ,0}, { DTV_ROLLOFF, {}, { ROLLOFF_AUTO } ,0},
#if ! HAVE_COOL_HARDWARE
{ DTV_STREAM_ID, {}, { NO_STREAM_ID_FILTER } ,0}, { DTV_STREAM_ID, {}, { NO_STREAM_ID_FILTER } ,0},
#endif
{ DTV_TUNE, {}, { 0 } ,0 } { DTV_TUNE, {}, { 0 } ,0 }
}; };