From 79dc6c5ce414a92f85da521c17b3955b5a0cd687 Mon Sep 17 00:00:00 2001 From: max_10 Date: Mon, 13 Nov 2017 08:47:24 +0100 Subject: [PATCH] fix 0648 caid issue (thx dbo) Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/62bdf4c4ecf54bf850edc5aba2eb97d4c957ced0 Author: max_10 Date: 2017-11-13 (Mon, 13 Nov 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libdvbci/dvbci_camgr.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libdvbci/dvbci_camgr.cpp b/libdvbci/dvbci_camgr.cpp index 24917f3..6f1264c 100644 --- a/libdvbci/dvbci_camgr.cpp +++ b/libdvbci/dvbci_camgr.cpp @@ -47,6 +47,13 @@ int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *d printf("%04x ", 0x186D); break; } + + if (caids[i] == 0x0648) + { + caids.push_back(0x0650); + printf("%04x ", 0x0650); + break; + } } } std::sort(caids.begin(), caids.end());