piv: change driver's short name to 'PIV-II'

closes #828
This commit is contained in:
Viktor Tarasov 2016-07-19 15:26:32 +02:00
parent 0d6fc02e23
commit cee092a930
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ static struct sc_card_operations piv_ops;
static struct sc_card_driver piv_drv = {
"PIV-II for multiple cards",
"piv",
"PIV-II",
&piv_ops,
NULL, 0, NULL
};