[Pcsclite-cvs-commit] r5597 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Feb 13 16:48:41 UTC 2011


Author: rousseau
Date: Sun Feb 13 16:48:37 2011
New Revision: 5597

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5597
Log:
Add iInterface field in the matrix

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5597&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Sun Feb 13 16:48:37 2011
@@ -473,14 +473,14 @@
     generate all the web page tables with all the fields values
     """
     fields = ['section', 'iManufacturer', 'iProduct', 'image', 'idVendor',
-            'idProduct', 'bNumEndpoints', 'bInterfaceClass', 'bcdCCID',
-            'bMaxSlotIndex', 'bVoltageSupport', 'dwProtocols',
-            'dwDefaultClock', 'dwMaximumClock', 'dwDataRate',
-            'dwMaxDataRate', 'dwMaxIFSD', 'dwSynchProtocols',
-            'dwMechanical', 'dwFeatures', 'dwMaxCCIDMessageLength',
-            'bClassGetResponse', 'bClassEnveloppe', 'wLcdLayout',
-            'bPINSupport', 'bMaxCCIDBusySlots', 'features', 'note',
-            'release']
+            'idProduct', 'iInterface', 'bNumEndpoints',
+            'bInterfaceClass', 'bcdCCID', 'bMaxSlotIndex',
+            'bVoltageSupport', 'dwProtocols', 'dwDefaultClock',
+            'dwMaximumClock', 'dwDataRate', 'dwMaxDataRate',
+            'dwMaxIFSD', 'dwSynchProtocols', 'dwMechanical',
+            'dwFeatures', 'dwMaxCCIDMessageLength', 'bClassGetResponse',
+            'bClassEnveloppe', 'wLcdLayout', 'bPINSupport',
+            'bMaxCCIDBusySlots', 'features', 'note', 'release']
 
     for f in fields:
         index = list()




More information about the Pcsclite-cvs-commit mailing list