On 25/05/07, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > do you have a list of all the readers you have with name, vendor and product > id? guess you know a lot more ccid readers than we :)
Yes, I have :-) It is the file supported_readers.txt [1] from my CCID driver. Included here: # list of readers supported by the CCID driver # $Id: supported_readers.txt 2521 2007-05-10 09:10:54Z rousseau $ # Gemplus 0x08E6:0x3437:Gemplus GemPC Twin 0x08E6:0x3438:Gemplus GemPC Key 0x08E6:0x4433:Gemplus GemPC433 SL 0x08E6:0x3478:Gemplus GemPC Pinpad 0x08E6:0x3479:Gemplus GemCore POS Pro 0x08E6:0x3480:Gemplus GemCore SIM Pro 0x08E6:0x34EC:Gemplus GemPC Express # Verisign branded 0x08E6:0xACE0:Verisign Secure Token 0x08E6:0x1359:VeriSign Secure Storage Token # SCM Microsystems 0x04E6:0x5111:SCM SCR 331-DI 0x04E6:0x5113:SCM SCR 333 0x04E6:0x5115:SCM SCR 335 0x04E6:0x5116:SCM SCR 3310 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:0x5121:SCM SDI 010 0x04E6:0xE001:SCM SCR 331 0x04E6:0x5410:SCM SCR 355 0x04E6:0xE003:SCM SPR 532 # OmniKey 0x076B:0x1021:OmniKey CardMan 1021 0x076B:0x3021:OmniKey CardMan 3121 0x076B:0x3621:OmniKey CardMan 3621 0x076B:0x3821:OmniKey CardMan 3821 0x076B:0x4321:OmniKey CardMan 4321 0x076B:0x5121:OmniKey CardMan 5121 0x076B:0x5125:OmniKey CardMan 5125 0x076B:0x6622:OmniKey CardMan 6121 0x076B:0xA022:Teo by Xiring # C3PO 0x0783:0x0003:C3PO LTC31 0x0783:0x0006:C3PO LTC31 0x0783:0x0007:C3PO TLTC2USB 0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support 0x0783:0x0009:C3PO KBR36 0x0783:0x0010:C3PO LTC32 0x0783:0x9002:C3PO TLTC2USB # ActivCard 0x09C3:0x0008:ActivCard USB Reader 2.0 0x09C3:0x0013:ActivCard USB Reader 3.0 0x09C3:0x0014:Activkey Sim # Silitek 0x047B:0x020B:Silitek SK-3105 # Dell 0x413c:0x2100:Dell keyboard SK-3106 0x413c:0X2101:Dell smart card reader keyboard # Cherry 0x046a:0x0005:Cherry XX33 0x046a:0x0010:Cherry XX44 0x046a:0x002D:Cherry ST1044U 0x046a:0x003E:Cherry SmartTerminal ST-2XXX # Advanced Card Systems 0x072f:0x90cc:ACS ACR 38U-CCID # O2 Micro 0x0b97:0x7762:O2 Micro Oz776 # Kobil 0x0D46:0x3001:KOBIL KAAN Base 0x0D46:0x3002:KOBIL KAAN Advanced 0x0d46:0x3003:KOBIL KAAN SIM III 0x0d46:0x4000:KOBIL mIDentity 0x0d46:0x4001:KOBIL mIDentity # Eutron 0x073D:0x0C00:Eutron SIM Pocket Combo 0x073D:0x0007:Eutron CryptoIdentity # Athena 0x0DC3:0x1004:Athena ASE IIIe 0x0DC3:0x1102:Athena ASEDrive IIIe KB # SmartEpad 0x09BE:0x0002:SmartEpad # Winbond Electronics (for OEM only so the name may be different) 0x0416:0x3815:Winbond # HP 0x03F0:0x1024:HP USB Smart Card Keyboard 0x03F0:0x0824:HP USB Smartcard Reader # id3 Semiconductors 0x0B81:0x0200:id3 CL1356D # Alcor Micro Corp. 0x058F:0x9520:Alcor Micro AU9520 # RSA 0x15E1:0x2007:RSA SecurID # Fujitsu Siemens Computers 0x0BF8:0x1005:Fujitsu Siemens SmartCard Keyboard USB 2A 0x0BF8:0x1006:Fujitsu Siemens SmartCard USB 2A # Sitecom 0x0DF6:0x800A:Sitecom USB simcard reader MD-010 # Schlumberger/Axlalto/Gemalto 0x0973:0x0003:SchlumbergerSema Cyberflex Access Note that the format is far more readable than the Info.plist file. My CCID driver also contains a Perl script create_Info_plist.pl [2] to convert a template file Info.plist.src into a real Info.plist file. The conversion is done by the Info.plist: rule in the Makefile.am > also is there any way to use the smart card interface class in the info file > instead of listing each product id? might be a lot easier. Not yet. Bye [1] http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/readers/supported_readers.txt?op=file&rev=0&sc=0 [2] http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/create_Info_plist.pl?op=file&rev=0&sc=0 -- Dr. Ludovic Rousseau _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel