From 35f708c864078e751ea5458265bd20d80bffc71e Mon Sep 17 00:00:00 2001 From: leslie Date: Mon, 15 Mar 2010 16:56:20 +0800 Subject: [PATCH] smartcard-vg2: fix feature smartcard --- systems/sc-videoguard2/sc-videoguard2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- 2.39.5