[Pcsclite-cvs-commit] r2133 - in trunk/Drivers/ccid: . readers

Ludovic Rousseau rousseau at costa.debian.org
Fri Aug 11 16:10:28 UTC 2006


Author: rousseau
Date: 2006-08-11 16:10:28 +0000 (Fri, 11 Aug 2006)
New Revision: 2133

Added:
   trunk/Drivers/ccid/readers/CL1356T.txt
Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/readers/Makefile.am
Log:
add id3 Semiconductors CL1356T in the "should work but unsuported" list


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2006-08-11 16:03:39 UTC (rev 2132)
+++ trunk/Drivers/ccid/README	2006-08-11 16:10:28 UTC (rev 2133)
@@ -82,6 +82,8 @@
 - HP USB Smart Card Keyboard [44]
 - id3 Semiconductors CL1356D [45] (tested by me but I don't have the
   reader anymore)
+- id3 Semiconductors CL1356T [48] (it should be the same firmware as the
+  CL1356D)
 - OmniKey CardMan 3021
 - OmniKey CardMan 3621 [43]
 - OmniKey CardMan 3821 [37]
@@ -478,6 +480,7 @@
 [45] http://www.id3semiconductors.com/produits/cl1356D.htm
 [46] http://www.alcormicro.com/products_detail.php?main_id=8&p_id=21
 [47] http://www.tai-hao.com/english/products_detail.php?main_id=4&second_id=13&p_id=53&now_rows=1
+[48] http://www.id3semiconductors.com/produits/cl1356T.htm
 
 $Id$
 

Added: trunk/Drivers/ccid/readers/CL1356T.txt
===================================================================
--- trunk/Drivers/ccid/readers/CL1356T.txt	2006-08-11 16:03:39 UTC (rev 2132)
+++ trunk/Drivers/ccid/readers/CL1356T.txt	2006-08-11 16:10:28 UTC (rev 2133)
@@ -0,0 +1,50 @@
+ idVendor: 0x0B81
+  iManufacturer: id3 Semiconductors
+ idProduct: 0x0200
+  iProduct: Contactless Reader
+ bcdDevice: 1.12 (firmware release?)
+ bLength: 9
+ bDescriptorType: 4
+ bInterfaceNumber: 0
+ bAlternateSetting: 0
+ bNumEndpoints: 3
+ bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)]
+ bInterfaceSubClass: 0
+ bInterfaceProtocol: 0
+ iInterface: 0
+ CCID Class Descriptor
+  bLength: 0x36
+  bDescriptorType: 0x21
+  bcdCCID: 1.10
+  bMaxSlotIndex: 0x00
+  bVoltageSupport: 0x01
+   5.0V
+  dwProtocols: 0x0000 0x0002
+   T=1
+  dwDefaultClock: 4.000 MHz
+  dwMaximumClock: 4.000 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   Support 4000 kHz
+  dwDataRate: 106000 bps
+  dwMaxDataRate: 847000 bps
+  bNumDataRatesSupported: 4 
+   Support 106000 bps
+   Support 212000 bps
+   Support 424000 bps
+   Support 847000 bps
+  dwMaxIFSD: 254
+  dwSynchProtocols: 0x00000000
+  dwMechanical: 0x00000000
+   No special characteristics
+  dwFeatures: 0x00040042
+   ....02 Automatic parameter configuration based on ATR data
+   ....40 Automatic parameters negotiation made by the CCID
+   04.... Short and Extended APDU level exchange
+  dwMaxCCIDMessageLength: 271 bytes
+  bClassGetResponse: 0xFF
+   echoes the APDU class
+  bClassEnveloppe: 0xFF
+   echoes the APDU class
+  wLcdLayout: 0x0000
+  bPINSupport: 0x00
+  bMaxCCIDBusySlots: 1

Modified: trunk/Drivers/ccid/readers/Makefile.am
===================================================================
--- trunk/Drivers/ccid/readers/Makefile.am	2006-08-11 16:03:39 UTC (rev 2132)
+++ trunk/Drivers/ccid/readers/Makefile.am	2006-08-11 16:10:28 UTC (rev 2133)
@@ -17,6 +17,7 @@
 	CherryST1044U.txt \
 	CherryXX33.txt \
 	CherryXX44.txt \
+	CL1356T.txt \
 	CryptoIdentity.txt \
 	DellSCRK.txt \
 	DellSK-3106.txt \




More information about the Pcsclite-cvs-commit mailing list