From 24a9198f4102e0d46afc67a52e2f9c1287b1838b Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 23 Feb 2010 02:03:45 +0000 Subject: [PATCH] Fix wrong MIFARE Classic 4K SAK. --- libfreefare/freefare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreefare/freefare.c b/libfreefare/freefare.c index e436b44..616d169 100644 --- a/libfreefare/freefare.c +++ b/libfreefare/freefare.c @@ -31,7 +31,7 @@ struct supported_tag { struct supported_tag supported_tags[] = { { { 0x00, 0x44 }, 0x00, ULTRALIGHT }, { { 0x00, 0x04 }, 0x08, CLASSIC_1K }, - { { 0x00, 0x02 }, 0x08, CLASSIC_4K }, + { { 0x00, 0x02 }, 0x18, CLASSIC_4K }, { { 0x00, 0x02 }, 0x38, CLASSIC_4K }, /* Emulated */ };