diff --git a/g10/card-util.c b/g10/card-util.c index 78699914f..ad5743581 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -208,6 +208,7 @@ get_manufacturer (unsigned int no) case 0x0008: return "LogoEmail"; case 0x0009: return "Fidesmo"; case 0x000A: return "Dangerous Things"; + case 0x000B: return "Feitian Technologies"; case 0x002A: return "Magrathea"; case 0x0042: return "GnuPG e.V."; diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 52f37591f..5b0076674 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -498,6 +498,7 @@ get_manufacturer (unsigned int no) case 0x0008: return "LogoEmail"; case 0x0009: return "Fidesmo"; case 0x000A: return "Dangerous Things"; + case 0x000B: return "Feitian Technologies"; case 0x002A: return "Magrathea"; case 0x0042: return "GnuPG e.V.";