clarify micardo situtation.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1965 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2004-11-01 11:41:20 +00:00
parent 4bb760db4d
commit 44c55aea82
2 changed files with 7 additions and 2 deletions

View File

@ -83,6 +83,11 @@ app default {
#
max_send_size = 252;
max_recv_size = 252;
# Sometimes T=0 vs T=1 isses are easy to track down, if card supports both
# protocols, and one method works and another not. Force the connection to
# use a specific protocol. Possible value: t0, t1, raw.
# force_protocol = t0;
#
}
# What card drivers to load at start-up
@ -107,7 +112,7 @@ app default {
# setcos Setec
# etoken Aladdin eToken and other CardOS based cards
# gpk GPK 4K/8K/16K
# mcrd MICARDO 2
# mcrd MICARDO 2.1
# miocos MioCOS 1.1
# openpgp OpenPGP card
# tcos TCOS 2.0

View File

@ -291,7 +291,7 @@ static int mcrd_init(struct sc_card *card)
priv = (struct mcrd_priv_data *) calloc (1, sizeof *priv);
if (!priv)
return SC_ERROR_OUT_OF_MEMORY;
card->name = "MICARDO";
card->name = "MICARDO 2.1";
card->drv_data = priv;
card->cla = 0x00;