Re: [opensc-devel] New option v2_20_mode

2009-01-23 Thread Alon Bar-Lev
Hi, I changed the default to true and renamed the option to plug_and_play, as it is the only feature it controls. Alon. On 1/20/09, Alon Bar-Lev wrote: > Hello, > > I don't understand. > OpenSC PKCS#11 modules *ALWAYS* allocate specific number of virtual slots. > The plug&play just link betw

Re: [opensc-devel] New option v2_20_mode

2009-01-20 Thread Alon Bar-Lev
Hello, I don't understand. OpenSC PKCS#11 modules *ALWAYS* allocate specific number of virtual slots. The plug&play just link between virtual slot and real slot. So it all works with Firefox 2.X and Firefox 3.X, I checked it now again with Firefox 3.X. I am not happy with this implementation but

Re: [opensc-devel] New option v2_20_mode

2009-01-20 Thread Martin Paljak
On Mon, Jan 19, 2009 at 3:23 PM, Alon Bar-Lev wrote: > I think the 2.20 should be the default, as the plug&play mode is important. Agreed. > All 2.11 applications will also work as the number of slots is > returned correctly and if the application wish to get fewer slots it > will get only these.

[opensc-devel] New option v2_20_mode

2009-01-19 Thread Alon Bar-Lev
Hello Martin, I think the 2.20 should be the default, as the plug&play mode is important. All 2.11 applications will also work as the number of slots is returned correctly and if the application wish to get fewer slots it will get only these. So actually I don't think this option should be added.