Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-19 Thread Peter Stuge
Brian Thomas wrote: My company is going to propose a patch to fix this problem. Great! We are in dire need of this functionality to be implemented in a public release with 1 months timeframe. Eh.. Well.. As you probably know that is not how open source projects work. Does anybody have

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-19 Thread Jean-Michel Pouré - GOOZE
Le mercredi 19 janvier 2011 à 10:32 +0100, Peter Stuge a écrit : As you probably know that is not how open source projects work. I don't think anything has been planned. Do we all agree that open source project usually release often. -- Jean-Michel Pouré - Gooze -

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-19 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: As you probably know that is not how open source projects work. I don't think anything has been planned. Do we all agree that open source project usually release often. I agree that release often is good. I was refering to the request for release by a

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-18 Thread Jean-Michel Pouré - GOOZE
Le mardi 18 janvier 2011 à 08:42 -0600, Brian Thomas a écrit : My company is going to propose a patch to fix this problem. We are in dire need of this functionality to be implemented in a public release with 1 months timeframe. Does anybody have any rough estimate as to when OpenSC version

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-17 Thread Brian Thomas
We got this working but had to comment the following line in the OpenSC code: src/libopensc/ctx.c, line 662: sc_ctx_detect_readers(ctx) To meet our customer's deadline we cannot perform a modification to OpenSC due to the amount of VV efforts associated with it. Does anybody have any

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-17 Thread francois . leblanc
 opensc-devel-boun...@lists.opensc-project.org a écrit sur 17/01/2011 15:27:45 : [image supprimée] Re: [opensc-devel] OpenSC 12 with minidriver Brian Thomas A : opensc-devel 17/01/2011 15:30 Envoyé par : opensc-devel-boun...@lists.opensc-project.org We got

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-17 Thread Peter Stuge
Brian Thomas wrote: To meet our customer's deadline we cannot perform a modification to OpenSC due to the amount of VV efforts associated with it. All you need to do is send a clean patch with a commit message that makes sense. But I guess that's too much. :\ //Peter

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-17 Thread Douglas E. Engert
On 1/17/2011 10:49 AM, Peter Stuge wrote: Brian Thomas wrote: To meet our customer's deadline we cannot perform a modification to OpenSC due to the amount of VV efforts associated with it. All you need to do is send a clean patch with a commit message that makes sense. But I guess that's

[opensc-devel] OpenSC 12 with minidriver

2011-01-14 Thread Brian Thomas
Hello: We have developed a mini driver which is used for Windows XP smart card login using OpenSC 0.11.13. We have tried to update it to use OpenSC 0.12, but for some reason sc_context_create() hangs until the card is removed. Does anyone have any idea what would cause this? Thanks,

Re: [opensc-devel] OpenSC 12 with minidriver

2011-01-14 Thread Douglas E. Engert
On 1/14/2011 10:39 AM, Brian Thomas wrote: *Hello:* We have developed a mini driver which is used for Windows XP smart card login using OpenSC 0.11.13. Is this available? Have you looked a the cardmod code in OpenSC? We have tried to update it to use OpenSC 0.12, but for some reason