From 83d9c90203f6baaa33a357125b8cea2d907189fe Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 4 Feb 2024 23:26:56 +0100 Subject: [PATCH] rename --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 1415a9f03..059e1bf04 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -1414,7 +1414,7 @@ typedef struct { static mfu_otp_identify_t mfu_otp_ident_table[] = { { "SALTO Systems card", 12, 4, "534C544F", ul_c_otpgenA, NULL }, - { "Assa Abloy Ving Card", 12, 4, NULL, ul_ev1_otpgenA, NULL }, +// { "Assa Abloy Ving Card", 12, 4, NULL, ul_ev1_otpgenA, NULL }, // { "MyKey", 12, 4, NULL, ul_mykey_otpgen, NULL }, { NULL, 0, 0, NULL, NULL, NULL } };