]> www.vanbest.org Git - sasc-ng.git/commitdiff
smartcard-vg2: fix feature smartcard
authorleslie <unknown>
Mon, 15 Mar 2010 08:56:20 +0000 (16:56 +0800)
committerleslie <unknown>
Mon, 15 Mar 2010 08:56:20 +0000 (16:56 +0800)
systems/sc-videoguard2/sc-videoguard2.c

index d114c8ba2fa5ed10e7d25f70022e20a936425c0a..03be152280986523ca05d4173941881ebb44b816 100644 (file)
@@ -78,7 +78,9 @@ static cSystemLinkScVideoGuard2 staticInit;
 
 cSystemLinkScVideoGuard2::cSystemLinkScVideoGuard2(void)
 :cSystemLink(SYSTEM_NAME,SYSTEM_PRI)
-{}
+{
+  Feature.NeedsSmartCard();
+}
 
 bool cSystemLinkScVideoGuard2::CanHandle(unsigned short SysId)
 {