Fix TCOS ATR regex for current cards

This commit is contained in:
Henryk Plötz 2011-01-06 16:42:59 +01:00
parent 144efe1cf7
commit a5ee60f35e
1 changed files with 1 additions and 1 deletions

View File

@ -700,5 +700,5 @@ class TCOS_3_Card(TCOS_Card):
LS_L_SIZE_TAG = 0x80
ATRS = [
("3bbf96008131fe5d0064........31c073f701d00090007d", None),
("3bbf.6008131fe5d0064........31c073f701d0009000..", None),
]