Hi,
   
  I have written a pcsc driver.It supports 3 types of tokens having different 
Product IDs. It was working fine on previous versions of Mac i.e MAC OS x 
10.4.11 and below.But pcscd was not detecting it on various versions of MAC OS 
X 10.5.After debugging I found issue was with Info.plist.As mentioned in 
ChangeLog, I have made entries in Info.plist in following way : 
    <key>ifdFriendlyName</key>
  <array>
                 <string>token 1</string> <!-- 1 -->
                 <string>token 2</string> <!-- 2 -->
                 <string>token 3</string> <!-- 3 -->
         </array>
 <key>ifdManufacturerString</key>
  <string>nidhiw</string>
 <key>ifdProductID</key>
  <array>
   <string>0x1000</string> <!-- 1 -->
   <string>0x1001</string> <!-- 2 -->
   <string>0x1002</string> <!-- 3 -->
  </array>
 <key>ifdProductString</key>
  <string>nidhitoken</string>
 <key>ifdProtocolSupport</key>
  <string>0x00000001</string>
 <key>ifdVendorID</key>
  <array>
                 <string>0x0444</string> <!-- 1, token1 -->
                 <string>0x0444</string> <!-- 2, token2 -->
                 <string>0x0444</string> <!-- 3, token3 -->
         </array>
   But with these entries, driver is not working on MAC OSX 10.4.11.Its saying 
"could not find drivers friendly name". Please suggest some solution so that 
this driver could work on all versions of Mac OSX. 
   
  Please help me out !
   
  Thanks,
  Nidhi Dixit.

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
_______________________________________________
Muscle mailing list
Muscle@lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to