[Pcsclite-cvs-commit] r5469 - /website/ccid.html
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Tue Jan 4 07:57:00 UTC 2011
Author: rousseau
Date: Tue Jan 4 07:56:55 2011
New Revision: 5469
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5469
Log:
Use <code></code> where appropriate
Modified:
website/ccid.html
Modified: website/ccid.html
URL: http://svn.debian.org/wsvn/pcsclite/website/ccid.html?rev=5469&op=diff
==============================================================================
--- website/ccid.html (original)
+++ website/ccid.html Tue Jan 4 07:56:55 2011
@@ -33,10 +33,10 @@
authors are:</p>
<ul>
<li>Carlos Prados for the PPS and ATR parsing code (taken from his
- towitoto driver) in <tt>towitoko/</tt> directory.</li>
+ towitoto driver) in <code>towitoko/</code> directory.</li>
<li>Olaf Kirch for the T=1 TPDU code (from the OpenCT package) in
- <tt>openct/</tt> directory. I (Ludovic Rousseau) greatly improved this
+ <code>openct/</code> directory. I (Ludovic Rousseau) greatly improved this
code.</li>
</ul>
@@ -145,7 +145,8 @@
<li>CCID driver version</li>
<li>pcsc-lite version</li>
<li>smart card reader name</li>
- <li>the output of the command "<tt>/usr/sbin/pcscd --version</tt>"</li>
+ <li>the output of the command "<code>/usr/sbin/pcscd
+ --version</code>"</li>
</ul>
<h3>Platform</h3>
@@ -162,14 +163,13 @@
<p>Then you shall generate a complete log.</p>
<ul>
- <li>Kill the <tt>pcscd</tt> process</li>
+ <li>Kill the <code>pcscd</code> process</li>
<li>And restart pcscd <b>exactly</b> as described bellow:
- <pre>
- $ sudo su
- # LIBCCID_ifdLogLevel=0x0007
- # export LIBCCID_ifdLogLevel
- # pcscd --foreground --debug --apdu</pre>
+<pre><code>sudo su
+LIBCCID_ifdLogLevel=0x000F
+export LIBCCID_ifdLogLevel
+pcscd --foreground --debug --apdu</code></pre>
</li>
<li>Stop pcscd (using Control-C) after the problem occured and
@@ -202,12 +202,11 @@
<p>Just get the <a
href="https://alioth.debian.org/project/showfiles.php?group_id=30105">source
code</a> of this driver and do:</p>
- <pre>
- tar xzvf ccid-x.y.z.tar.gz
- cd ccid-x.y.z
- ./configure
- make
- sudo ./src/parse > output.txt</pre>
+<pre><code>tar xjvf ccid-x.y.z.tar.bz2
+cd ccid-x.y.z
+./configure
+make
+sudo ./src/parse > output.txt</code></pre>
<p>and <b>send me the generated <code>output.txt</code> file</b>.</p>
<p>If your reader is CCID compliant and you would like to add it to
@@ -260,11 +259,9 @@
<p>Mac OS X Leopard (10.6) is supported without patches. To build
the driver you need to extract the archive and do:</p>
- <pre>
- $ ./MacOSX/configure
- $ make
- $ sudo make install
- </pre>
+<pre><code>./MacOSX/configure
+make
+sudo make install</code></pre>
<h4>Leopard (10.5)</h4>
@@ -272,13 +269,11 @@
href="patch_Leopard.txt">simple patch</a>. To build the driver
you need to extract the archive and do:</p>
- <pre>
- $ ./MacOSX/configure
- $ make
- $ sudo make install
- </pre>
-
- <p>NOTE: The execution of <tt>./MacOSX/configure</tt> will fail if
+<pre><code>./MacOSX/configure
+make
+sudo make install</code></pre>
+
+ <p>NOTE: The execution of <code>./MacOSX/configure</code> will fail if
you have a space character in your current working directory
pathname.</p>
@@ -298,11 +293,11 @@
reader or any other feature provided by SCardControl().</li>
<li>No way to generate a cold reset. Only a warm reset is
- possible. Uncomment the line <tt>#CFLAGS="$CFLAGS
- -DFAKE_CARD_CHANGED"</tt> in <tt>MacOSX/configure</tt> to
+ possible. Uncomment the line <code>#CFLAGS="$CFLAGS
+ -DFAKE_CARD_CHANGED"</code> in <code>MacOSX/configure</code> to
fake a card movement after a reset to simulate a cold
- reset. Note that <tt>SCardReconnect()</tt> will then fail with
- <tt>SCARD_W_REMOVED_CARD</tt>.</li>
+ reset. Note that <code>SCardReconnect()</code> will then fail with
+ <code>SCARD_W_REMOVED_CARD</code>.</li>
</ul>
<p>You can use this (now unmaintained) <a
More information about the Pcsclite-cvs-commit
mailing list