From 55d90c7c553c2a42e0527509663ee773e97900c4 Mon Sep 17 00:00:00 2001
From: "dr.aus" <unknown>
Date: Sat, 8 Mar 2008 04:28:24 +0100
Subject: [PATCH] sc-videoguard2: fix EMM ins

---
 systems/sc-videoguard2/sc-videoguard2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/sc-videoguard2/sc-videoguard2.c b/systems/sc-videoguard2/sc-videoguard2.c
index df4d069..ea37485 100644
--- a/systems/sc-videoguard2/sc-videoguard2.c
+++ b/systems/sc-videoguard2/sc-videoguard2.c
@@ -657,7 +657,7 @@ bool cSmartCardVideoGuard2::Decode(const cEcmInfo *ecm, const unsigned char *dat
 
 bool cSmartCardVideoGuard2::Update(int pid, int caid, const unsigned char *data)
 {
-  static unsigned char ins42[5] = { 0xD1,0x40,0x00,0x00,0xFF }; 
+  static unsigned char ins42[5] = { 0xD1,0x42,0x00,0x00,0xFF }; 
   if(MatchEMM(data)) {
     const unsigned char *payloaddata=cParseNDS::PayloadStart(data); //points to 02 xx yy
     int lenEMM;
-- 
2.39.5