[Pcsclite-cvs-commit] r6906 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat May 31 16:59:56 UTC 2014


Author: rousseau
Date: 2014-05-31 16:59:56 +0000 (Sat, 31 May 2014)
New Revision: 6906

Modified:
   website/matrix.py
Log:
Display the iInterface name of the interfaces


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2014-05-31 16:59:22 UTC (rev 6905)
+++ website/matrix.py	2014-05-31 16:59:56 UTC (rev 6906)
@@ -110,9 +110,9 @@
                 while reader + "_i%d" % interface in readers:
                     interface += 1
                 if interface < 2:
-                    readers[reader]['features'].append("Multi interface reader, interface 0")
+                    readers[reader]['features'].append("Multi interface reader, interface 0: " + readers[reader]['iInterface'])
                 parse['features'].append("Multi interface reader")
-                parse['features'].append("interface %d" % interface)
+                parse['features'].append("interface %d: %s" % (interface, parse['iInterface']))
                 readers[reader + "_i%d" % interface] = parse
             else:
                 readers[reader] = parse




More information about the Pcsclite-cvs-commit mailing list