From 5e5df82b5f2875e839a5c18273527bc91e16174e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 May 2022 16:21:27 +0200 Subject: 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. --- scd/app-openpgp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 7dc98aa75..3cf2aacae 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -321,6 +321,7 @@ get_manufacturer (unsigned int no) case 0x63AF: return "Trustica"; case 0xBA53: return "c-base e.V."; case 0xBD0E: return "Paranoidlabs"; + case 0xCA05: return "Atos CardOS"; case 0xF1D0: return "CanoKeys"; case 0xF517: return "FSIJ"; case 0xF5EC: return "F-Secure"; -- cgit v1.2.3