From: leslie Date: Mon, 15 Mar 2010 08:56:20 +0000 (+0800) Subject: smartcard-vg2: fix feature smartcard X-Git-Tag: upstream/620~76 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=35f708c864078e751ea5458265bd20d80bffc71e;p=sasc-ng.git smartcard-vg2: fix feature smartcard --- diff --git a/systems/sc-videoguard2/sc-videoguard2.c b/systems/sc-videoguard2/sc-videoguard2.c index d114c8b..03be152 100644 --- a/systems/sc-videoguard2/sc-videoguard2.c +++ b/systems/sc-videoguard2/sc-videoguard2.c @@ -78,7 +78,9 @@ static cSystemLinkScVideoGuard2 staticInit; cSystemLinkScVideoGuard2::cSystemLinkScVideoGuard2(void) :cSystemLink(SYSTEM_NAME,SYSTEM_PRI) -{} +{ + Feature.NeedsSmartCard(); +} bool cSystemLinkScVideoGuard2::CanHandle(unsigned short SysId) {