On 6/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You need to link to the PCSC framework. Just add > /System/Library/Frameworks/PCSC.framework to your project. I've found it very > useful to download the darwin source code for the framework as a reference. > Apple added a few custom things that allow hot plugging of readers, handling > computer sleep modes, etc.
i guess hotplugging works pretty well with latest versions of pcsc-lite too. Don't know about sleep modes (or why and how tiger decides when to launch /usr/sbin/pcscd -f) but the very latest pcsc-lite works well (via libusb and ccid driver) as a launchd managed daemon over here, with opensc on top of it. If the connection between tokend and pcsc would be more clear - basically who and where decides when to launch pcsc when a reader is plugged in and how pcscd and tokend are related. This would allow to have a clear separation between reader access (pcscd and ccid driver in this case), necessary card abstraction features (opensc with every kind of things it does internally) and pkcs11 tokend plugin that would play it to native apple applications like safari. peace, m. -- Martin Paljak [EMAIL PROTECTED] http://martin.paljak.pri.ee/ +372.5156495 - phone _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
