Skip to content

Commit eee4964

Browse files
Jakujefrankmorgner
authored andcommitted
The cardos driver supports also CardOS 5
CardOS M4 is confusing since it refers to the old card versions
1 parent 804f47b commit eee4964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libopensc/card-cardos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static int cardos_init(sc_card_t *card)
171171
sc_apdu_t apdu;
172172
u8 rbuf[2];
173173

174-
card->name = "CardOS M4";
174+
card->name = "Atos CardOS";
175175
card->cla = 0x00;
176176

177177
/* Set up algorithm info. */

0 commit comments

Comments
 (0)