- Unify a bit the output of commands like opensc-tool -D

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2166 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-02-09 14:47:46 +00:00
parent 8d24aa78c4
commit 73aa989875
6 changed files with 6 additions and 6 deletions

View File

@ -174,7 +174,7 @@ struct belpic_priv_data {
static struct sc_card_operations belpic_ops;
static struct sc_card_driver belpic_drv = {
"Belpic smartcards",
"Belpic cards",
"belpic",
&belpic_ops
};

View File

@ -117,7 +117,7 @@ static struct sc_atr_table gpk_atrs[] = {
*/
static struct sc_card_operations gpk_ops, *iso_ops;
static struct sc_card_driver gpk_drv = {
"Gemplus GPK driver",
"Gemplus GPK",
"gpk",
&gpk_ops
};

View File

@ -36,7 +36,7 @@ static struct sc_atr_table miocos_atrs[] = {
static struct sc_card_operations miocos_ops;
static struct sc_card_driver miocos_drv = {
"MioCOS 1.1 cards",
"MioCOS 1.1",
"miocos",
&miocos_ops
};

View File

@ -50,7 +50,7 @@ static struct sc_atr_table setcos_atrs[] = {
static struct sc_card_operations setcos_ops;
static struct sc_card_driver setcos_drv = {
"Setec smartcards",
"Setec cards",
"setcos",
&setcos_ops
};

View File

@ -34,7 +34,7 @@ static struct sc_card_operations starcos_ops;
static struct sc_card_operations *iso_ops = NULL;
static struct sc_card_driver starcos_drv = {
"driver for STARCOS SPK 2.3 cards",
"STARCOS SPK 2.3",
"starcos",
&starcos_ops,
NULL, 0

View File

@ -39,7 +39,7 @@ static struct sc_atr_table tcos_atrs[] = {
static struct sc_card_operations tcos_ops;
static struct sc_card_driver tcos_drv = {
"TCOS 2.0 cards",
"TCOS 2.0",
"tcos",
&tcos_ops
};