Opened 2 years ago

Last modified 23 months ago

#4865 new defect

Please add CAID 5521 (Griffin) and 5525 to oscam

Reported by: plevel Owned by:
Priority: critical Component: DVBApi
Severity: medium Keywords:
Cc: Sensitive: no

Description (last modified by plevel)

Oscam is not updating card with CAID 5521 and 5525.

Revision

11702

Issue Description

Griffin card (CAID 5521 and CAID 5525) is not updated with DVBAPI

When the issue occurs

Always

How the issue is reproducable

Oscam on internal reader with DVBAPI

Attachments (1)

oscam.txt (75.5 KB ) - added by plevel 2 years ago.

Download all attachments as: .zip

Change History (6)

by plevel, 2 years ago

Attachment: oscam.txt added

comment:1 by plevel, 2 years ago

Description: modified (diff)

comment:2 by plevel, 2 years ago

Description: modified (diff)

comment:3 by plevel, 2 years ago

Description: modified (diff)

comment:4 by Opti, 2 years ago

Why don't you try it yourself?
instead of editing 5 times ?

Index: reader-griffin.c
===================================================================
--- reader-griffin.c	(Revision 11702)
+++ reader-griffin.c	(Arbeitskopie)
@@ -473,7 +473,7 @@
 const struct s_cardsystem reader_griffin =
 {
 	.desc           = "griffin",
-	.caids          = (uint16_t[]){ 0x5501, 0x5502, 0x5504, 0x5506, 0x5508, 0x5509, 0x550E, 0x5511, 0x551A, 0 },
+	.caids          = (uint16_t[]){ 0x5501, 0x5502, 0x5504, 0x5506, 0x5508, 0x5509, 0x550E, 0x5511, 0x551A, 0x5521, 0x5525, 0 },
 	.do_emm         = griffin_do_emm,
 	.do_ecm         = griffin_do_ecm,
 	.card_info      = griffin_card_info,

comment:5 by plevel, 23 months ago

Fixed!

Note: See TracTickets for help on using tickets.