From bcc3a25ed5ebb40043f1008eaaab1b27c5f83b83 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sun, 12 Nov 2017 21:21:15 +0100 Subject: [PATCH] fix 0648 caid issue (dbo!!!) Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/d6d3456368d7e68c01528e3fb99f3fa693120422 Author: TangoCash Date: 2017-11-12 (Sun, 12 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());