Add ATR to detect CardOS 5.3

This commit is contained in:
Jakub Jelen 2017-01-26 10:50:12 +01:00 committed by Frank Morgner
parent bb905ec1ec
commit 7033510e44
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ static struct sc_atr_table cardos_atrs[] = {
{ "3b:d2:18:02:c1:0a:31:fe:58:c8:0d:51", NULL, NULL, SC_CARD_TYPE_CARDOS_M4_4, 0, NULL},
/* CardOS v5.0 */
{ "3b:d2:18:00:81:31:fe:58:c9:01:14", NULL, NULL, SC_CARD_TYPE_CARDOS_V5_0, 0, NULL},
/* CardOS v5.3 */
{ "3b:d2:18:00:81:31:fe:58:c9:03:16", NULL, NULL, SC_CARD_TYPE_CARDOS_V5_0, 0, NULL},
{ NULL, NULL, NULL, 0, 0, NULL }
};