Skip to content

Commit

Permalink
Add ATR to detect CardOS 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje authored and frankmorgner committed Jan 28, 2017
1 parent bb905ec commit 7033510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libopensc/card-cardos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 7033510

Please sign in to comment.