> I do not want to do _only_ the first step. Martin proposed two patches
> in [1] and [2] but they have some problems:
> - the #define should be in a pcsc-lite header file and not in a reader
> header file since they will be used by the applications
I agree with you. The defines should be placed in the pcsc-lite header file.
> - since I don't know which constant names YOU (smart card reader
> manufacturers: Omnikey, Gemplus, SCM, Kobil, etc) use, so I bet the
> list is not complete.
The document was send to the PCSC consortium but not yet released from them.
Therefore it's better not to insert the definitions for all tags.
> So I repeat my question: what names (and for what purpose) do you
> want/need to be defined? You can cut and paste a windows header file
> (this is the preferred method).
I suggest that the following definions should be added to the pcsc header file.
#define SCARD_CTL_CODE(code) (0x42000000 + (code))
#define CM_IOCTL_GET_FEATURE_REQUEST SCARD_CTL_CODE(3400)
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
