adapt script to handle SE SAM again

This commit is contained in:
iceman1001 2023-09-16 09:22:45 +02:00
commit ec0d27685c
2 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@ const char *getAtrInfo(const char *atr_str);
// atr_t array is expected to be NULL terminated
const static atr_t AtrTable[] = {
{ "3BDF18FFC080B1FE751F033078464646462026204963656D616E1D", "Cardhelper by 0xFFFF and Iceman" },
{ "3B90969181B1FE551FC7D4", "IClass SE Processor (Other)\nhttps://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"},
"""
C_FOOTER=""" {NULL, "N/A"}

View file

@ -34,6 +34,8 @@ const char *getAtrInfo(const char *atr_str);
// atr_t array is expected to be NULL terminated
const static atr_t AtrTable[] = {
{ "3BDF18FFC080B1FE751F033078464646462026204963656D616E1D", "Cardhelper by 0xFFFF and Iceman" },
{ "3B90969181B1FE551FC7D4", "IClass SE Processor (Other)
https://www.hidglobal.com/products/embedded-modules/iclass-se/sio-processor"},
{ "3B..............0031B8640000000073......829000", "MultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 3" },
{ "3B..............0031B8640000000073......829000..", "MultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 4" },
{ "3B........0031B864........73......829000", "IDClassic IAS (old name: IAS TPC) IAS ECC Type 1\nMultiApp ID IAS ECC 72K CC (with IAS XL / IAS ECC Applet) IAS ECC Type 1" },