= Driver documentation = == Debug == To be able to debug a reader driver you may need to start pcscd by hand instead of automatically when the reader is connected. To do that edit the file {{{/System/Library/LaunchDaemons/com.apple.securityd.plist}}} Change the file from something like: {{{ ProgramArguments /usr/sbin/securityd -i }}} to something like: {{{ ProgramArguments /usr/sbin/securityd -i -s off }}} Reboot source http://lists.apple.com/archives/apple-cdsa/2007/Nov/msg00009.html