aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2011-01-06 16:42:59 +0100
committerHenryk Plötz <henryk@ploetzli.ch>2011-01-06 16:42:59 +0100
commita5ee60f35eb3c62b2bed4b9159f2eb52179ab3a0 (patch)
tree6b0d7eecc538f741a02dd062286f913d72e80b8a
parent144efe1cf76cfb985e5e5e580ba3573781890b67 (diff)
Fix TCOS ATR regex for current cards
-rw-r--r--cards/tcos_card.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/tcos_card.py b/cards/tcos_card.py
index f029e68..412d17f 100644
--- a/cards/tcos_card.py
+++ b/cards/tcos_card.py
@@ -700,5 +700,5 @@ class TCOS_3_Card(TCOS_Card):
LS_L_SIZE_TAG = 0x80
ATRS = [
- ("3bbf96008131fe5d0064........31c073f701d00090007d", None),
+ ("3bbf.6008131fe5d0064........31c073f701d0009000..", None),
]