- Correct some information for Italian eid cards, I suppose.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2187 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-02-13 18:24:19 +00:00
parent 115891430e
commit fcc93f089d
2 changed files with 4 additions and 5 deletions

View File

@ -47,10 +47,10 @@ static struct sc_atr_table etoken_atrs[] = {
{ "3b:f2:98:00:ff:c1:10:31:fe:55:c8:03:15", NULL, NULL, SC_CARD_TYPE_ETOKEN_GENERIC },
/* 4.01a */
{ "3b:f2:98:00:ff:c1:10:31:fe:55:c8:04:12", NULL, NULL, SC_CARD_TYPE_ETOKEN_GENERIC },
/* Italian eID card */
{ "3b:e9:00:ff:c1:10:31:fe:55:00:64:05:00:c8:02:31:80:00:47", NULL, NULL, SC_CARD_TYPE_ETOKEN_INFOCAMERE },
{ "3b:fb:98:00:ff:c1:10:31:fe:55:00:64:05:20:47:03:31:80:00:90:00:f3", NULL, NULL, SC_CARD_TYPE_ETOKEN_INFOCAMERE },
/* XXX: Are both of these two 'infocamere' compliant? */
/* Italian eID card, postecert */
{ "3b:e9:00:ff:c1:10:31:fe:55:00:64:05:00:c8:02:31:80:00:47", NULL, NULL, SC_CARD_TYPE_ETOKEN_GENERIC },
/* Italian eID card, infocamere */
{ "3b:fb:98:00:ff:c1:10:31:fe:55:00:64:05:20:47:03:31:80:00:90:00:f3", NULL, NULL, SC_CARD_TYPE_ETOKEN_GENERIC },
{ NULL }
};

View File

@ -39,7 +39,6 @@ enum {
/* etoken driver */
SC_CARD_TYPE_ETOKEN_BASE = 1000,
SC_CARD_TYPE_ETOKEN_GENERIC,
SC_CARD_TYPE_ETOKEN_INFOCAMERE,
/* flex/cyberflex drivers */
SC_CARD_TYPE_FLEX_BASE = 2000,