Revision: 9ee3687280fd
Author: Maxim Chechel <
che...@tprs.ru>
Date: Wed Dec 18 15:14:50 2013 UTC
Log: Support for Dual Interface cards like UICC/eSE SmartMX based
emulation
http://code.google.com/p/libfreefare/source/detail?r=9ee3687280fd
Modified:
/libfreefare/freefare.c
=======================================
--- /libfreefare/freefare.c Fri Jun 1 00:38:38 2012 UTC
+++ /libfreefare/freefare.c Wed Dec 18 15:14:50 2013 UTC
@@ -30,6 +30,8 @@
struct supported_tag supported_tags[] = {
{ CLASSIC_1K, "Mifare Classic 1k", 0x08, 0, 0, { 0x00 },
NULL },
+ { CLASSIC_1K, "Mifare Classic 1k (Emulated)", 0x28, 0, 0, { 0x00 },
NULL },
+ { CLASSIC_1K, "Mifare Classic 1k (Emulated)", 0x68, 0, 0, { 0x00 },
NULL },
{ CLASSIC_1K, "Infineon Mifare Classic 1k", 0x88, 0, 0, { 0x00 },
NULL },
{ CLASSIC_4K, "Mifare Classic 4k", 0x18, 0, 0, { 0x00 },
NULL },
{ CLASSIC_4K, "Mifare Classic 4k (Emulated)", 0x38, 0, 0, { 0x00 },
NULL },