diff options
-rw-r--r-- | g10/card-util.c | 1 | ||||
-rw-r--r-- | tools/gpg-card.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 843abd823..bb071d07b 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -220,6 +220,7 @@ get_manufacturer (unsigned int no) case 0x63AF: return "Trustica"; case 0xBD0E: return "Paranoidlabs"; case 0xF517: return "FSIJ"; + case 0xF5EC: return "F-Secure"; /* 0x0000 and 0xFFFF are defined as test cards per spec, 0xFF00 to 0xFFFE are assigned for use with randomly created diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 0ed6f81a0..58f5d6454 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -522,6 +522,7 @@ get_manufacturer (unsigned int no) case 0x63AF: return "Trustica"; case 0xBD0E: return "Paranoidlabs"; case 0xF517: return "FSIJ"; + case 0xF5EC: return "F-Secure"; /* 0x0000 and 0xFFFF are defined as test cards per spec, * 0xFF00 to 0xFFFE are assigned for use with randomly created |