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

Ludovic Rousseau rousseau at costa.debian.org
Thu May 4 11:31:52 UTC 2006


Author: rousseau
Date: 2006-05-04 11:31:49 +0000 (Thu, 04 May 2006)
New Revision: 2036

Added:
   trunk/Drivers/ccid/readers/HPUSBSmartCardKeyboard.txt
Modified:
   trunk/Drivers/ccid/readers/Makefile.am
Log:
add HPUSBSmartCardKeyboard.txt


Added: trunk/Drivers/ccid/readers/HPUSBSmartCardKeyboard.txt
===================================================================
--- trunk/Drivers/ccid/readers/HPUSBSmartCardKeyboard.txt	2006-05-03 20:48:48 UTC (rev 2035)
+++ trunk/Drivers/ccid/readers/HPUSBSmartCardKeyboard.txt	2006-05-04 11:31:49 UTC (rev 2036)
@@ -0,0 +1,53 @@
+ idVendor: 0x03F0
+  iManufacturer: Hewlett-Packard Company
+ idProduct: 0x1024
+  iProduct: HP USB Smart Card Keyboard
+ bcdDevice: 5.34 (firmware release?)
+ bLength: 9
+ bDescriptorType: 4
+ bInterfaceNumber: 1
+ bAlternateSetting: 0
+ bNumEndpoints: 2
+ 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: 8.000 MHz
+  bNumClockSupported: 0 (will use whatever is returned)
+   IFD does not support GET CLOCK FREQUENCIES request
+  dwDataRate: 10753 bps
+  dwMaxDataRate: 344105 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: 0x03
+   PIN Verification supported
+   PIN Modification supported
+  bMaxCCIDBusySlots: 1

Modified: trunk/Drivers/ccid/readers/Makefile.am
===================================================================
--- trunk/Drivers/ccid/readers/Makefile.am	2006-05-03 20:48:48 UTC (rev 2035)
+++ trunk/Drivers/ccid/readers/Makefile.am	2006-05-04 11:31:49 UTC (rev 2036)
@@ -26,6 +26,7 @@
 	GemPCKey.txt \
 	GemPCPinpad.txt \
 	GemPCTwin.txt \
+	HPUSBSmartCardKeyboard.txt \
 	KAAN_Advanced.txt \
 	KAAN_Base.txt \
 	KAAN_SIM_III.txt \




More information about the Pcsclite-cvs-commit mailing list