From 3c9bae5d7fa07c092f05d108f53b7b977a53e9b2 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/cde1e655f352bd685763df1bd8b3e0c9e4d3d280 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());