From 548c2780d3faf9419c09aea5d5909b5d82685515 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Thu, 15 Jan 2015 14:44:21 -0800 Subject: [PATCH] Add support for ACOS5-64 cards. The ACOS5-64 cards have a different ATR than the original ACOS5-32 cards. This change simply adds this ATR so that it will be recognized properly. --- src/libopensc/card-acos5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libopensc/card-acos5.c b/src/libopensc/card-acos5.c index 4bc08237..ff6ee3db 100644 --- a/src/libopensc/card-acos5.c +++ b/src/libopensc/card-acos5.c @@ -26,6 +26,8 @@ #include "cardctl.h" static struct sc_atr_table acos5_atrs[] = { + {"3b:be:96:00:00:41:05:20:00:00:00:00:00:00:00:00:00:90:00", NULL, NULL, + SC_CARD_TYPE_ACOS5_GENERIC, 0, NULL}, {"3b:be:18:00:00:41:05:10:00:00:00:00:00:00:00:00:00:90:00", NULL, NULL, SC_CARD_TYPE_ACOS5_GENERIC, 0, NULL}, {NULL, NULL, NULL, 0, 0, NULL}