Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > ec32c62acf151a4af35d116e7812a122 > files > 3

ccid-1.0.0-2mlcs4.src.rpm

Index: ccid/readers/AxaltoV3.txt
===================================================================
--- ccid/readers/AxaltoV3.txt	(revision 0)
+++ ccid/readers/AxaltoV3.txt	(revision 1949)
@@ -0,0 +1,51 @@
+ idVendor: 0x04E6
+  iManufacturer: Axalto
+ idProduct: 0x511C
+  iProduct: Reflex USB v3
+ bcdDevice: 5.18 (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: 4
+ 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: 12.000 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   IFD does not support GET CLOCK FREQUENCIES request
+  dwDataRate: 9600 bps
+  dwMaxDataRate: 307200 bps
+  bNumDataRatesSupported: 0 (will use whatever is returned)
+   IFD does not support GET_DATA_RATES request
+  dwMaxIFSD: 252
+  dwSynchProtocols: 0x00000000
+  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: 263 bytes
+  bClassGetResponse: 0xFF
+   echoes the APDU class
+  bClassEnveloppe: 0xFF
+   echoes the APDU class
+  wLcdLayout: 0x0000
+  bPINSupport: 0x00
+  bMaxCCIDBusySlots: 1
Index: ccid/readers/supported_readers.txt
===================================================================
--- ccid/readers/supported_readers.txt	(revision 1944)
+++ ccid/readers/supported_readers.txt	(revision 1949)
@@ -21,6 +21,7 @@
 0x04E6:0x5117:SCM SCR 3320
 0x04E6:0x5119:SCM SCR 3340 ExpressCard54
 0x04E6:0x511A:SCM SCR 3310 NTTCom
+0x04E6:0x511C:Axalto Reflex USB v3
 0x04E6:0x511D:SCM SCR 3311
 0x04E6:0x5120:SCM SCR 331-DI NTTCom
 0x04E6:0xE001:SCM SCR 331
Index: ccid/readers/Makefile.am
===================================================================
--- ccid/readers/Makefile.am	(revision 1944)
+++ ccid/readers/Makefile.am	(revision 1949)
@@ -4,6 +4,7 @@
 	ACR38U-CCID.txt \
 	ActivCardV2.txt \
 	ActivCardV3.txt \
+	AxaltoV3.txt \
 	CardMan3121.txt \
 	CardMan3821.txt \
 	CardMan5125.txt \
Index: ccid/README
===================================================================
--- ccid/README	(revision 1944)
+++ ccid/README	(revision 1949)
@@ -72,6 +72,7 @@
 move them in the supported list above. If you are one of the
 manufacturers, please, contact me.
 
+- Axalto Reflex USB v3 [38]
 - C3PO LTC32 [13]
 - Gemplus GemPC Express
 - OmniKey CardMan 3821 [37]
@@ -437,6 +438,7 @@
 [35] http://www.cherry.de/deutsch/advanced-line/advanced_smart_terminal_st-2000u.htm
 [36] http://www.omnikey.com/index.php?id=21
 [37] http://www.omnikey.com/index.php?id=114
+[38] http://www.reflexreaders.com/Products/reflex_usbnew.html
 
 $Id$