On 24/12/06, Martin Preuss <[EMAIL PROTECTED]> wrote:
Hi,
Hello,
I'm the maintainer of the CTAPI driver for Reiner SCT Cyberjack devices which also ships with an IFD wrapper. With only one reader it works fine. However, if I connect another cyberjack (there are two types of cyberjacks, each with a different product id but both are supported by a single driver) then the same driver is called again for the second reader but also with Lun==0.
I tried with 3 CCID readers and my CCID driver. I received Lun 0, 1000 and 2000.
This seems to make it impossible for me to support multiple identical readers at the same time... I've read some posting from about 2001 which stated that PCSClite at that time was unable to distinguish mutliple identical readers but that this was about to change...
Strange. Unfortunately pcscd does not log the Lun it is using. You can patch PCSC/src/ifdwrapper.c to do so. Look for calls to IFDHCreateChannel(). I suspect a bug in your code :-) Bye, -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
