1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

scd:openpgp: New card vendor.

--

BTW, we should add a function to read out the entire table so that you
can ask scdaemon for that list.  iirc,  Kleopatra still uses a copy of
the table.
This commit is contained in:
Werner Koch 2022-05-10 16:21:27 +02:00
parent 14068dfc74
commit 5e5df82b5f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -321,6 +321,7 @@ get_manufacturer (unsigned int no)
case 0x63AF: return "Trustica"; case 0x63AF: return "Trustica";
case 0xBA53: return "c-base e.V."; case 0xBA53: return "c-base e.V.";
case 0xBD0E: return "Paranoidlabs"; case 0xBD0E: return "Paranoidlabs";
case 0xCA05: return "Atos CardOS";
case 0xF1D0: return "CanoKeys"; case 0xF1D0: return "CanoKeys";
case 0xF517: return "FSIJ"; case 0xF517: return "FSIJ";
case 0xF5EC: return "F-Secure"; case 0xF5EC: return "F-Secure";