3PO / vdr-plugin-sc

GNU General Public License v2.0
12 stars 25 forks source link

vdr-sc 2 smartcards with sams CAID issue #1

Closed enigma131 closed 7 years ago

enigma131 commented 7 years ago

When using 2 smartcards with same CAID, vdr-sc can't work on second card.

In file system-common.c, function cSystemScCore::ProcessECM : *card=smartcards.LockCard(scId); calls function in smarcard.c with takes the first card with matching scId.

The problem here is that if there is no matching ecm->provId on card, the routine diden't look for second card .. Here code must be done for looking on each card for matching provId before selecting it and call function Decode

3PO commented 7 years ago

-> see the override.conf