mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Merge pull request #1434 from ah01/add-suica-ic-type
Add Suica card IC Type
This commit is contained in:
commit
ef916ee437
1 changed files with 3 additions and 2 deletions
|
@ -246,8 +246,9 @@ static const char *felica_model_name(uint8_t rom_type, uint8_t ic_type) {
|
|||
return "FeliCa Standard RC-S830";
|
||||
case 0x02:
|
||||
return "FeliCa Standard RC-S919";
|
||||
case 0x0B:
|
||||
return "FeliCa Suica RC-S???";
|
||||
case 0x0B:
|
||||
case 0x31:
|
||||
return "Suica card (FeliCa Standard RC-S???)";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue