De :
Martin Paljak
A:
François Leblanc
Cc :
opensc-devel@lists.opensc-project.org
Date:
24/09/2010 10:14
Objet :
Re: [opensc-devel] Patch to let carmod working after multiple reader
system removal.
>Hello François,
>
>Can you please configure you mail client to not send HTML messag
Hello François,
Can you please configure you mail client to not send HTML messages to the list?
On Sep 24, 2010, at 9:08 AM, francois.lebl...@cev-sa.com wrote:
> >Please describe how the driver is used by the minidriver, how it differs
> >from "normal" OpenSC use, what are the biggest and most
De :
Martin Paljak
A:
francois.lebl...@cev-sa.com
Cc :
opensc-devel@lists.opensc-project.org
Date:
23/09/2010 15:37
Objet :
Re: [opensc-devel] Patch to let carmod working after multiple reader
system removal.
>Hello,
>
>On Sep 23, 2010, at 3:37 PM, francois.lebl...@cev-sa.
Hello,
On Sep 23, 2010, at 3:37 PM, francois.lebl...@cev-sa.com wrote:
> #ifdef ENABLE_PCSC
> ctx->reader_driver = sc_get_pcsc_driver();
> +#ifdef ENABLE_CARDMOD
> +if(strcmp(ctx->app_name, "cardmod") == 0) {
> +ctx->reader_driver = sc_get_cardmod_driv
Hello,
I've this patch to fix issue after 4709 changeset,
The main impact on trunk libopensc is in hadding following code
#ifdef ENABLE_PCSC
ctx->reader_driver = sc_get_pcsc_driver();
+ #ifdef ENABLE_CARDMOD
+ if(strcmp(ctx->app_name, "cardmod") == 0) {
+ ctx