PIV: use better long name

This commit is contained in:
Frank Morgner 2018-01-29 22:14:53 +01:00
parent 87cdfcb08c
commit 88175e35d3
1 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ static const struct piv_object piv_objects[] = {
static struct sc_card_operations piv_ops; static struct sc_card_operations piv_ops;
static struct sc_card_driver piv_drv = { static struct sc_card_driver piv_drv = {
"PIV-II for multiple cards", "Personal Identity Verification Card",
"PIV-II", "PIV-II",
&piv_ops, &piv_ops,
NULL, 0, NULL NULL, 0, NULL
@ -3030,7 +3030,7 @@ static int piv_init(sc_card_t *card)
card->max_send_size, card->max_recv_size, card->type); card->max_send_size, card->max_recv_size, card->type);
card->cla = 0x00; card->cla = 0x00;
if(card->name == NULL) if(card->name == NULL)
card->name = "PIV-II card"; card->name = card->driver->name;
/* /*
* Set card_issues based on card type either set by piv_match_card or by opensc.conf * Set card_issues based on card type either set by piv_match_card or by opensc.conf