mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
card: Add new vendor.
--
This commit is contained in:
parent
19f70b5072
commit
3c4ab531eb
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user