1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-19 00:52:46 +02:00

card: Add new vendor.

--
This commit is contained in:
Werner Koch 2020-03-03 11:55:08 +01:00
parent 19f70b5072
commit 3c4ab531eb
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,7 @@ get_manufacturer (unsigned int no)
case 0x63AF: return "Trustica"; case 0x63AF: return "Trustica";
case 0xBD0E: return "Paranoidlabs"; case 0xBD0E: return "Paranoidlabs";
case 0xF517: return "FSIJ"; case 0xF517: return "FSIJ";
case 0xF5EC: return "F-Secure";
/* 0x0000 and 0xFFFF are defined as test cards per spec, /* 0x0000 and 0xFFFF are defined as test cards per spec,
0xFF00 to 0xFFFE are assigned for use with randomly created 0xFF00 to 0xFFFE are assigned for use with randomly created

View File

@ -522,6 +522,7 @@ get_manufacturer (unsigned int no)
case 0x63AF: return "Trustica"; case 0x63AF: return "Trustica";
case 0xBD0E: return "Paranoidlabs"; case 0xBD0E: return "Paranoidlabs";
case 0xF517: return "FSIJ"; case 0xF517: return "FSIJ";
case 0xF5EC: return "F-Secure";
/* 0x0000 and 0xFFFF are defined as test cards per spec, /* 0x0000 and 0xFFFF are defined as test cards per spec,
* 0xFF00 to 0xFFFE are assigned for use with randomly created * 0xFF00 to 0xFFFE are assigned for use with randomly created