diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/card-util.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 623ea22e3..cbc4e778e 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2009-06-02 Werner Koch <[email protected]> + + * card-util.c (get_manufacturer): Add new manufacturer. + 2009-05-26 Werner Koch <[email protected]> * parse-packet.c (mpi_read): Workaround for zero-length MPI bug in diff --git a/g10/card-util.c b/g10/card-util.c index 7d36ebf9c..e12e4a7a1 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -193,6 +193,7 @@ get_manufacturer (unsigned int no) case 0x0002: return "Prism"; case 0x0003: return "OpenFortress"; case 0x0004: return "Wewid AB"; + case 0x0005: return "ZeitControl"; /* 0x00000 and 0xFFFF are defined as test cards per spec, 0xFFF00 to 0xFFFE are assigned for use with randomly created |