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

Ludovic Rousseau rousseau at alioth.debian.org
Thu May 10 09:10:54 UTC 2007


Author: rousseau
Date: 2007-05-10 09:10:54 +0000 (Thu, 10 May 2007)
New Revision: 2521

Added:
   trunk/Drivers/ccid/readers/e-gate.txt
Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/readers/Makefile.am
   trunk/Drivers/ccid/readers/supported_readers.txt
Log:
add SchlumbergerSema Cyberflex Access e-gate in the should work list


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2007-05-10 09:03:28 UTC (rev 2520)
+++ trunk/Drivers/ccid/README	2007-05-10 09:10:54 UTC (rev 2521)
@@ -107,6 +107,7 @@
 - SCM Micro SCR 333 [15]
 - SCM Micro SDI 010 [39]
 - SCM SCR 3340 ExpressCard54 [34]
+- SchlumbergerSema Cyberflex Access e-gate ICCD
 - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]
 - Sitecom USB simcard reader MD-010
 - Winbond Electronics (for OEM only) [40]

Modified: trunk/Drivers/ccid/readers/Makefile.am
===================================================================
--- trunk/Drivers/ccid/readers/Makefile.am	2007-05-10 09:03:28 UTC (rev 2520)
+++ trunk/Drivers/ccid/readers/Makefile.am	2007-05-10 09:10:54 UTC (rev 2521)
@@ -27,6 +27,7 @@
 	CryptoIdentity.txt \
 	DellSCRK.txt \
 	DellSK-3106.txt \
+	e-gate.txt \
 	FujitsuSiemens_SmartCard_Keyboard_USB_2A.txt \
 	FujitsuSiemens_SmartCard_USB_2A.txt \
 	GemCoreSIMPro.txt \

Added: trunk/Drivers/ccid/readers/e-gate.txt
===================================================================
--- trunk/Drivers/ccid/readers/e-gate.txt	2007-05-10 09:03:28 UTC (rev 2520)
+++ trunk/Drivers/ccid/readers/e-gate.txt	2007-05-10 09:10:54 UTC (rev 2521)
@@ -0,0 +1,51 @@
+ idVendor: 0x0973
+  iManufacturer: SchlumbergerSema
+ idProduct: 0x0003
+  iProduct: SchlumbergerSema Cyberflex Access
+ bcdDevice: 1.00 (firmware release?)
+ bLength: 9
+ bDescriptorType: 4
+ bInterfaceNumber: 0
+ bAlternateSetting: 0
+ bNumEndpoints: 0
+  Control only
+ bInterfaceClass: 0xFF
+  NOT A CCID DEVICE
+  Class is 0xFF (proprietary)
+ bInterfaceSubClass: 0
+ bInterfaceProtocol: 1
+  ICCD Version A, Control transfers, (no interrupt-IN)
+ iInterface: 0
+ CCID Class Descriptor
+  bLength: 0x36
+  bDescriptorType: 0x21
+  bcdCCID: 1.10
+  bMaxSlotIndex: 0x00
+  bVoltageSupport: 0x01
+   5.0V
+  dwProtocols: 0x0000 0x0001
+   T=0
+  dwDefaultClock: 3.580 MHz
+  dwMaximumClock: 3.580 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   IFD does not support GET CLOCK FREQUENCIES request: Device or resource busy
+  dwDataRate: 9600 bps
+  dwMaxDataRate: 9600 bps
+  bNumDataRatesSupported: 0 (will use whatever is returned)
+   IFD does not support GET_DATA_RATES request: Device or resource busy
+  dwMaxIFSD: 0
+  dwSynchProtocols: 0x00000000
+  dwMechanical: 0x00000000
+   No special characteristics
+  dwFeatures: 0x00000840
+   ....40 Automatic parameters negotiation made by the CCID
+   ..08.. Unknown (ICCD?)
+   00.... Character level exchange
+  dwMaxCCIDMessageLength: 256 bytes
+  bClassGetResponse: 0xFF
+   echoes the APDU class
+  bClassEnveloppe: 0xFF
+   echoes the APDU class
+  wLcdLayout: 0x0000
+  bPINSupport: 0x00
+  bMaxCCIDBusySlots: 1

Modified: trunk/Drivers/ccid/readers/supported_readers.txt
===================================================================
--- trunk/Drivers/ccid/readers/supported_readers.txt	2007-05-10 09:03:28 UTC (rev 2520)
+++ trunk/Drivers/ccid/readers/supported_readers.txt	2007-05-10 09:10:54 UTC (rev 2521)
@@ -113,3 +113,7 @@
 
 # Sitecom
 0x0DF6:0x800A:Sitecom USB simcard reader MD-010
+
+# Schlumberger/Axlalto/Gemalto
+0x0973:0x0003:SchlumbergerSema Cyberflex Access
+




More information about the Pcsclite-cvs-commit mailing list