diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/card-util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 9bd5013a1..caf934dd2 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -207,6 +207,9 @@ get_manufacturer (unsigned int no) case 0x0005: return "ZeitControl"; case 0x002A: return "Magrathea"; + + case 0xF517: return "FSIJ"; + /* 0x00000 and 0xFFFF are defined as test cards per spec, 0xFFF00 to 0xFFFE are assigned for use with randomly created serial numbers. */ |