Hi, As long as I was using the info.plist for supporting a single VID/PID , i faced no problems. but, when i wanted to support more VIDs/PIDs, i started facing problems. pcscd crashed with "Bus Error" . the info.plist i used when i got the crash is below
----------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>mybundle</string> <key>CFBundleIdentifier</key> <string>com.mycom.drivers.mydriver</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>BNDL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0.1</string> <key>ifdCapabilities</key> <string>0x00000000</string> <key>ifdFriendlyName</key> <string>mydriver</string> <key>ifdLogLevel</key> <string>0</string> <key>ifdLogPeriodic</key> <string>N</string> <key>ifdLogType</key> <string>syslog</string> <key>ifdManufacturerString</key> <string>NA</string> <key>ifdManufacturerURL</key> <string>NA</string> <key>ifdMaxSpeed</key> <string>153600</string> <key>ifdProductID</key> <array> <string>PID1</string> <string>PID2</string> </array> <key>ifdProductString</key> <string>mydriver</string> <key>ifdProtocolSupport</key> <string>0x00000001</string> <key>ifdVendorID</key> <array> <string>VID1</string> <string>VID2</string> </array> <key>ifdVersionNumber</key> <string>0x00000001</string> </dict> </plist> ------------------ I tried apple site as well as google, but cudnt get the solution. i am in a situation to support the default pcscd rather than upgrading it to the latest pcsc lite. cudnt find any limitations relating to this in MAC. It will be great if someone can guide me in this regard. am using the default pcscd which comes with Darwin . The system and pcsc details are below Darwin mac-admins-power-mac-g4-agp-graphics.scmmicro.co.in 8.0.0 Darwin Kernel Version 8.0.0: Sat Mar 26 14:15:22 PST 2005; root:xnu-792.obj~1/RELEASE_PPC Power Macintosh powerpc PCSC Framework version 1.1.2. Copyright (C) 1999-2002 by David Corcoran <[EMAIL PROTECTED]>. Report bugs to <[email protected]>. _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
