From: Jaroslav Kysela Date: Mon, 29 May 2017 15:59:48 +0000 (+0200) Subject: caid.c: add 4AD0 / XCrypt X-Git-Tag: v4.2.3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3edb777afa2e74f4e6a0739ff17e50972b050c;p=thirdparty%2Ftvheadend.git caid.c: add 4AD0 / XCrypt --- diff --git a/src/descrambler/caid.c b/src/descrambler/caid.c index 79283c87c..fb9994ead 100644 --- a/src/descrambler/caid.c +++ b/src/descrambler/caid.c @@ -62,6 +62,7 @@ static struct caid_tab caidnametab[] = { { "GI", 0x4700, 0xff00 }, { "Telemann", 0x4800, 0xff00 }, { "DGCrypt", 0x4abf, 0xffff }, + { "XCrypt", 0x4ad0, 0xfffe }, { "StreamGuard", 0x4ad2, 0xffff }, { "DRECrypt", 0x4ae0, 0xffff }, { "DRECrypt2", 0x4ae1, 0xffff },