Ian Young: use proper card type for acos5.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3131 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-03-13 23:10:54 +00:00
parent 25f8509fc1
commit 74610a8fdf
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,7 @@
static struct sc_atr_table acos5_atrs[] = {
{"3b:be:18:00:00:41:05:10:00:00:00:00:00:00:00:00:00:90:00", NULL, NULL,
SC_CARD_TYPE_TEST_BASE, 0, NULL},
SC_CARD_TYPE_ACOS5_GENERIC, 0, NULL},
{NULL, NULL, NULL, 0, 0, NULL}
};

View File

@ -121,7 +121,11 @@ enum {
/* Muscle cards */
SC_CARD_TYPE_MUSCLE_BASE = 15000,
SC_CARD_TYPE_MUSCLE_GENERIC
SC_CARD_TYPE_MUSCLE_GENERIC,
/* ACOS5 driver */
SC_CARD_TYPE_ACOS5_BASE = 16000,
SC_CARD_TYPE_ACOS5_GENERIC
};
#ifdef __cplusplus