Skip to content

Commit 0d17e3f

Browse files
committed
Add Latvia Cosmo X card support
WE2-1127 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent e7490d0 commit 0d17e3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/electronic-id.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ const std::map<byte_vector, ElectronicIDConstructor, VectorComparator> SUPPORTED
8181
{{0x3b, 0xdb, 0x96, 0x00, 0x80, 0xb1, 0xfe, 0x45, 0x1f, 0x83, 0x00,
8282
0x12, 0x42, 0x8f, 0x53, 0x65, 0x49, 0x44, 0x0f, 0x90, 0x00, 0x20},
8383
constructor<LatEIDIDEMIAV2>},
84+
// LatEID Idemia v2.0 Cosmo X
85+
{{0x3b, 0xdc, 0x96, 0x00, 0x80, 0xb1, 0xfe, 0x45, 0x1f, 0x83, 0x00, 0x12,
86+
0x42, 0x8f, 0x54, 0x65, 0x49, 0x44, 0x32, 0x0f, 0x90, 0x00, 0x12},
87+
constructor<LatEIDIDEMIAV2>},
8488
// LitEID
8589
{{0x3B, 0x9D, 0x18, 0x81, 0x31, 0xFC, 0x35, 0x80, 0x31, 0xC0, 0x69,
8690
0x4D, 0x54, 0x43, 0x4F, 0x53, 0x73, 0x02, 0x05, 0x05, 0xD3},

0 commit comments

Comments
 (0)