diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-14 22:40:07 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-14 22:40:07 +0000 |
| commit | d41938053190e075de41c63acfdcea3e239dcaba (patch) | |
| tree | 97401f396143a38688e9b54ae39f6e5b5fe22f7a /lib/dvb_ci/dvbci.h | |
| parent | c7bfdda50f1679e3412d7aff4c1229c5cc9f95a9 (diff) | |
| download | enigma2-d41938053190e075de41c63acfdcea3e239dcaba.tar.gz enigma2-d41938053190e075de41c63acfdcea3e239dcaba.zip | |
the CI now is useable for tuner A or tuner B (auto switched)
Diffstat (limited to 'lib/dvb_ci/dvbci.h')
| -rw-r--r-- | lib/dvb_ci/dvbci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index fc6323e8..e8f30ab6 100644 --- a/lib/dvb_ci/dvbci.h +++ b/lib/dvb_ci/dvbci.h @@ -57,7 +57,7 @@ public: uint8_t getPrevSentCAPMTVersion() const { return prev_sent_capmt_version; } void resetPrevSentCAPMTVersion() { prev_sent_capmt_version = 0xFF; } - int enableTS(int enable); + int enableTS(int enable, int tuner=0); }; |
