[Pcsclite-cvs-commit] Drivers/ccid/src Info.plist,1.8,1.9

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv9511/src

Modified Files:
	Info.plist 
Log Message:
document the possible values for ifdLogLevel and ifdDriverOptions


Index: Info.plist
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/Info.plist,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Info.plist	17 May 2004 14:46:12 -0000	1.8
+++ Info.plist	30 Jun 2004 09:34:19 -0000	1.9
@@ -22,8 +22,34 @@
 	<key>ifdLogLevel</key>
 	<string>0x0003</string>
 
+	<!-- Possible values for ifdLogLevel
+	1: CRITICAL  important error messages
+	2: INFO      informative messages like what reader was detected
+	4: PERIODIC  periodic info when pcscd test if a card is present
+	             (every 1/10 of a second)
+	8: COMM      a dump of all the bytes exchanged between the host and
+	             the reader
+
+	The final value is a OR of these values
+
+	Default value: 3 (CRITICAL + INFO)
+	-->
+
 	<key>ifdDriverOptions</key>
 	<string>0x0000</string>
+
+	<!-- Possible values for ifdDriverOptions
+	1: DRIVER_OPTION_CCID_EXCHANGE_AUTHORIZED
+		the CCID Exchange command is allowed. You can use it through
+		SCardControl(hCard, IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE, ...) 
+
+	2: DRIVER_OPTION_GEMPC_TWIN_KEY_APDU
+		If set the GemPC Twin and GemPC Key readers with be configured
+		so that the T=1 TPDU protocol is done by the firmware instead of
+		the driver
+
+	Default value: 0
+	-->
 
 	<key>CFBundleExecutable</key>
 	<string>TARGET.VERSION</string>