mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Add Suica card IC Type
This commit is contained in:
parent
886e93d106
commit
5f561de4cb
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…
Add table
Add a link
Reference in a new issue