aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/ccid-driver.c2
-rw-r--r--scd/scdaemon.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 985404f86..7a093f683 100644
--- a/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -975,7 +975,7 @@ parse_ccid_descriptor (ccid_driver_t handle,
handle->max_ifsd = 48;
}
- if (handle->id_vendor == VENDOR_GEMPC && handle->id_product == GEMPC_CT30)
+ if (handle->id_vendor == VENDOR_GEMPC)
{
DEBUGOUT ("enabling product quirk: disable non-null NAD\n");
handle->nonnull_nad = 0;
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index 9c11cad46..7dbb9c745 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -156,6 +156,7 @@ static ARGPARSE_OPTS opts[] = {
ARGPARSE_s_s (oDisableApplication, "disable-application", "@"),
ARGPARSE_s_n (oEnablePinpadVarlen, "enable-pinpad-varlen",
N_("use variable length input for pinpad")),
+ ARGPARSE_s_s (oHomedir, "homedir", "@"),
ARGPARSE_end ()
};