[Pcsclite-cvs-commit] r2033 - trunk/Drivers/ccid/readers

Ludovic Rousseau rousseau at costa.debian.org
Wed May 3 17:46:39 UTC 2006


Author: rousseau
Date: 2006-05-03 17:46:38 +0000 (Wed, 03 May 2006)
New Revision: 2033

Added:
   trunk/Drivers/ccid/readers/LTC31v2.txt
Modified:
   trunk/Drivers/ccid/readers/Makefile.am
Log:
add LTC31 (new version)


Added: trunk/Drivers/ccid/readers/LTC31v2.txt
===================================================================
--- trunk/Drivers/ccid/readers/LTC31v2.txt	2006-05-03 15:47:53 UTC (rev 2032)
+++ trunk/Drivers/ccid/readers/LTC31v2.txt	2006-05-03 17:46:38 UTC (rev 2033)
@@ -0,0 +1,50 @@
+ idVendor: 0x0783
+  iManufacturer: C3PO
+ idProduct: 0x0006
+  iProduct: USB SMART CARD READER
+ bcdDevice: 0.08 (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.00
+  bMaxSlotIndex: 0x00
+  bVoltageSupport: 0x01
+   5.0V
+  dwProtocols: 0x0000 0x0003
+   T=0
+   T=1
+  dwDefaultClock: 4.000 MHz
+  dwMaximumClock: 20.000 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   IFD does not support GET CLOCK FREQUENCIES request
+  dwDataRate: 9600 bps
+  dwMaxDataRate: 230400 bps
+  bNumDataRatesSupported: 0 (will use whatever is returned)
+   IFD does not support GET_DATA_RATES request
+  dwMaxIFSD: 254
+  dwSynchProtocols: 0x00000001
+   2-wire protocol
+  dwMechanical: 0x00000000
+   No special characteristics
+  dwFeatures: 0x000100BA
+   ....02 Automatic parameter configuration based on ATR data
+   ....08 Automatic ICC voltage selection
+   ....10 Automatic ICC clock frequency change according to parameters
+   ....20 Automatic baud rate change according to frequency and Fi, Di params
+   ....80 Automatic PPS made by the CCID
+   01.... TPDU level exchange
+  dwMaxCCIDMessageLength: 271 bytes
+  bClassGetResponse: 0x00
+  bClassEnveloppe: 0x00
+  wLcdLayout: 0x0000
+  bPINSupport: 0x00
+  bMaxCCIDBusySlots: 1

Modified: trunk/Drivers/ccid/readers/Makefile.am
===================================================================
--- trunk/Drivers/ccid/readers/Makefile.am	2006-05-03 15:47:53 UTC (rev 2032)
+++ trunk/Drivers/ccid/readers/Makefile.am	2006-05-03 17:46:38 UTC (rev 2033)
@@ -29,6 +29,7 @@
 	KAAN_Base.txt \
 	KAAN_SIM_III.txt \
 	LTC31.txt \
+	LTC31v2.txt \
 	mIDentity.txt \
 	MySmartPad.txt \
 	Oz776S.txt \




More information about the Pcsclite-cvs-commit mailing list