diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-04-12 17:36:59 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-04-12 17:36:59 +0000 |
| commit | 54c4c8458e71ef9630420e0dead6897165255c5b (patch) | |
| tree | cd67d6302286142d09b9015f14c6d3905ec31e32 /lib/dvb_ci/dvbci_mmi.cpp | |
| parent | 106b392046318fe414f071a63bbff9efe078204b (diff) | |
| download | enigma2-54c4c8458e71ef9630420e0dead6897165255c5b.tar.gz enigma2-54c4c8458e71ef9630420e0dead6897165255c5b.zip | |
add support for multiple CIs with the same caid
Diffstat (limited to 'lib/dvb_ci/dvbci_mmi.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci_mmi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci_mmi.cpp b/lib/dvb_ci/dvbci_mmi.cpp index b616ebce..c39d0edd 100644 --- a/lib/dvb_ci/dvbci_mmi.cpp +++ b/lib/dvb_ci/dvbci_mmi.cpp @@ -53,7 +53,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i timeout = 5; } } - else if (timeout>1) + else if (d[3] > 1) eDebug("mmi close tag incorrect.. byte 4 should be 0 or 1"); eDVBCI_UI::getInstance()->mmiScreenClose(slot->getSlotID(), timeout); break; |
