[Pcsclite-cvs-commit] r6290 - /website/ccid.html

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu May 10 09:08:19 UTC 2012


Author: rousseau
Date: Thu May 10 09:08:19 2012
New Revision: 6290

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6290
Log:
Update info about Mac OS X support

Modified:
    website/ccid.html

Modified: website/ccid.html
URL: http://svn.debian.org/wsvn/pcsclite/website/ccid.html?rev=6290&op=diff
==============================================================================
--- website/ccid.html (original)
+++ website/ccid.html Thu May 10 09:08:19 2012
@@ -249,23 +249,23 @@
 	<h3><a name="MacOSX"></a>
 	<a href="#MacOSX">Mac OS X</a></h3>
 
-	<h4>Leopard (10.5.6) and newer</h4>
-
-	<p>Apple now includes my CCID driver (version 1.3.8) since Leopard
+	<p>Apple includes my CCID driver (version 1.3.8) since Leopard
 	10.5.6. See the <a
 		href="http://lists.apple.com/archives/Apple-cdsa/2008/Dec/msg00039.html">mail</a>
 	from Shawn Geddis to have a list of changes.</p>
 
 	<p>Since the version 1.3.8 of the driver is now a bit old you may
-	want to recompile a newer version of the driver yourself. To see
-	which readers are supported in version 1.3.8 go to <a
+	want to recompile a newer version of the driver yourself.</p>
+	
+	<p>To see which readers are supported in version 1.3.8 go to <a
 		href="release.html">this page</a> and check the release
 	column.</p>
 
-	<h4>Snow Leopard (10.6.x)</h4>
-
-	<p>Mac OS X Leopard (10.6) is supported without patches. To build
-	the driver you need to extract the archive and do:</p>
+	<h4>Snow Leopard (10.6.x) and Lion (10.7.x)</h4>
+
+	<p>Mac OS X Snow Leopard (10.6) and Lion (10.7) are supported
+	without patches. To build the driver you need to extract the archive
+	and do:</p>
 
 <pre><code>./MacOSX/configure
 make
@@ -294,11 +294,13 @@
 
 	<p>Mac OS X Tiger (10.4) uses an old pcsc-lite with some problems:
 	<ul>
-		<li>A missing call to IFDHSetProtocolParameters() so the reader
-		is not configured correctly regarding to the card ATR.</li>
-
-		<li>A wrong API for SCardControl() so you can't use a pin pad
-		reader or any other feature provided by SCardControl().</li>
+		<li>A missing call to <code>IFDHSetProtocolParameters()</code>
+		so the reader is not configured correctly regarding to the card
+		ATR.</li>
+
+		<li>A wrong API for <code>SCardControl()</code> so you can't use
+		a pin pad reader or any other feature provided by
+		<code>SCardControl()</code>.</li>
 
 		<li>No way to generate a cold reset. Only a warm reset is
 		possible. Uncomment the line <code>#CFLAGS="$CFLAGS




More information about the Pcsclite-cvs-commit mailing list