From aba4cec7d63125f34377331425e6057c3f32f216 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 19 Oct 2010 21:36:43 +0000 Subject: [PATCH] nfc-utils: more ATQA/SAK fingerprinting --- examples/nfc-utils.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/nfc-utils.c b/examples/nfc-utils.c index 20ef3a6..178cd9a 100644 --- a/examples/nfc-utils.c +++ b/examples/nfc-utils.c @@ -460,6 +460,14 @@ print_nfc_iso14443a_info (const nfc_iso14443a_info_t nai, bool verbose) printf("* JCOP31 v2.3.1\n"); found_possible_match = true; break; + case 0x000453: + printf("* Fudan FM1208SH01\n"); + found_possible_match = true; + break; + case 0x000820: + printf("* Fudan FM1208\n"); + found_possible_match = true; + break; case 0x000238: printf("* MFC 4K emulated by Nokia 6212 Classic\n"); found_possible_match = true;