[Pcsclite-git-commit] [CCID] 01/04: Add Yubico Yubikey 4 CCID

Ludovic Rousseau rousseau at moszumanska.debian.org
Mon Jul 6 16:48:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit 5f7e804e6fa81bb073160c609d13c0fddd716f71
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Mon Jul 6 18:35:26 2015 +0200

    Add Yubico Yubikey 4 CCID
---
 readers/Yubico_Yubikey_4_CCID.txt | 56 +++++++++++++++++++++++++++++++++++++++
 readers/supported_readers.txt     |  3 ++-
 2 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/readers/Yubico_Yubikey_4_CCID.txt b/readers/Yubico_Yubikey_4_CCID.txt
new file mode 100644
index 0000000..cc88441
--- /dev/null
+++ b/readers/Yubico_Yubikey_4_CCID.txt
@@ -0,0 +1,56 @@
+ idVendor: 0x1050
+  iManufacturer: Yubico
+ idProduct: 0x0404
+  iProduct: Yubikey 4 CCID
+ bcdDevice: 4.20 (firmware release?)
+ bLength: 9
+ bDescriptorType: 4
+ bInterfaceNumber: 0
+ bAlternateSetting: 0
+ bNumEndpoints: 3
+  bulk-IN, bulk-OUT and Interrupt-IN
+ bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)]
+ bInterfaceSubClass: 0
+ bInterfaceProtocol: 0
+  bulk transfer, optional interrupt-IN (CCID)
+ Can't get iInterface string
+ CCID Class Descriptor
+  bLength: 0x36
+  bDescriptorType: 0x21
+  bcdCCID: 1.00
+  bMaxSlotIndex: 0x00
+  bVoltageSupport: 0x07
+   5.0V
+   3.0V
+   1.8V
+  dwProtocols: 0x0000 0x0002
+   T=1
+  dwDefaultClock: 4.000 MHz
+  dwMaximumClock: 4.000 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   IFD does not support GET CLOCK FREQUENCIES request: Resource temporarily unavailable
+  dwDataRate: 307200 bps
+  dwMaxDataRate: 307200 bps
+  bNumDataRatesSupported: 0 (will use whatever is returned)
+   IFD does not support GET_DATA_RATES request: Resource temporarily unavailable
+  dwMaxIFSD: 2038
+  dwSynchProtocols: 0x00000000
+  dwMechanical: 0x00000000
+   No special characteristics
+  dwFeatures: 0x000400FE
+   ....02 Automatic parameter configuration based on ATR data
+   ....04 Automatic activation of ICC on inserting
+   ....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
+   ....40 Automatic parameters negotiation made by the CCID
+   ....80 Automatic PPS made by the CCID
+   04.... Short and Extended APDU level exchange
+  dwMaxCCIDMessageLength: 2048 bytes
+  bClassGetResponse: 0xFF
+   echoes the APDU class
+  bClassEnvelope: 0xFF
+   echoes the APDU class
+  wLcdLayout: 0x0000
+  bPINSupport: 0x00
+  bMaxCCIDBusySlots: 1
diff --git a/readers/supported_readers.txt b/readers/supported_readers.txt
index 52ba908..21a91fc 100644
--- a/readers/supported_readers.txt
+++ b/readers/supported_readers.txt
@@ -1,6 +1,6 @@
 #
 # List of readers supported by the CCID driver
-# Generated: 2015-06-19
+# Generated: 2015-07-06
 #
 # DO NOT EDIT BY HAND
 
@@ -535,6 +535,7 @@
 0x1050:0x0112:Yubico Yubikey NEO CCID
 0x1050:0x0115:Yubico Yubikey NEO U2F+CCID
 0x1050:0x0116:Yubico Yubikey NEO OTP+U2F+CCID
+0x1050:0x0404:Yubico Yubikey 4 CCID
 
 ##########################
 # section: unsupported

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list