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

Ludovic Rousseau rousseau at costa.debian.org
Tue Mar 21 20:25:16 CET 2006


Author: rousseau
Date: 2006-03-21 19:25:15 +0000 (Tue, 21 Mar 2006)
New Revision: 1968

Added:
   trunk/Drivers/ccid/readers/Winbond.txt
Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/readers/Makefile.am
   trunk/Drivers/ccid/readers/supported_readers.txt
Log:
add Winbond Electronics W81E381 chipset


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2006-03-21 16:04:31 UTC (rev 1967)
+++ trunk/Drivers/ccid/README	2006-03-21 19:25:15 UTC (rev 1968)
@@ -85,6 +85,7 @@
 - SCM Micro SDI 010 [39]
 - SCM SCR 3340 ExpressCard54 [34]
 - Silitek SK-3105 keyboard [12] or C3PO TLTC2USB [14]
+- Winbond Electronics (for OEM only) [40]
 
 
 Unsupported or partly supported CCID readers:
@@ -441,6 +442,7 @@
 [37] http://www.omnikey.com/index.php?id=114
 [38] http://www.reflexreaders.com/Products/reflex_usbnew.html
 [39] http://www.scmmicro.com/security/SDI_010.html
+[40] http://www.winbond.com.tw/E-WINBONDHTM/partner/b_2_e_4.htm
 
 $Id$
 

Modified: trunk/Drivers/ccid/readers/Makefile.am
===================================================================
--- trunk/Drivers/ccid/readers/Makefile.am	2006-03-21 16:04:31 UTC (rev 1967)
+++ trunk/Drivers/ccid/readers/Makefile.am	2006-03-21 19:25:15 UTC (rev 1968)
@@ -43,5 +43,6 @@
 	SPR532.txt \
 	supported_readers.txt \
 	Verisign_secure_storage_token.txt \
-	Verisign_secure_token.txt
+	Verisign_secure_token.txt \
+	Winbond.txt
 

Added: trunk/Drivers/ccid/readers/Winbond.txt
===================================================================
--- trunk/Drivers/ccid/readers/Winbond.txt	2006-03-21 16:04:31 UTC (rev 1967)
+++ trunk/Drivers/ccid/readers/Winbond.txt	2006-03-21 19:25:15 UTC (rev 1968)
@@ -0,0 +1,55 @@
+Trying to open USB bus/device: 003/009
+ idVendor: 0x0416
+  iManufacturer: Winbond
+ idProduct: 0x3815
+  iProduct: CCID SmartCard Controller
+ bcdDevice: 0.06 (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: 3.000 MHz
+  dwMaximumClock: 3.000 MHz
+  bNumClockSupported: 1
+   Got 3 clock frequencies but was expecting 1
+   Support 3000 kHz
+  dwDataRate: 8065 bps
+  dwMaxDataRate: 32258 bps
+  bNumDataRatesSupported: 3
+   Support 8065 bps
+   Support 16129 bps
+   Support 32258 bps
+  dwMaxIFSD: 123
+  dwSynchProtocols: 0x00000000
+  dwMechanical: 0x00000000
+   No special characteristics
+  dwFeatures: 0x000004B2
+   ....02 Automatic parameter configuration based on ATR data
+   ....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
+   ..04.. Automatic IFSD exchange as first exchange (T=1)
+   00.... Character level exchange
+  dwMaxCCIDMessageLength: 138 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	2006-03-21 16:04:31 UTC (rev 1967)
+++ trunk/Drivers/ccid/readers/supported_readers.txt	2006-03-21 19:25:15 UTC (rev 1968)
@@ -76,3 +76,7 @@
 
 # SmartEpad
 0x09BE:0x0002:SmartEpad
+
+# Winbond Electronics (for OEM only so the name may be different)
+0x0416:0x3815:Winbond
+




More information about the Pcsclite-cvs-commit mailing list