📄 usblsccid.inf
字号:
[Version]
Signature="$Windows NT$"
Class=SmartCardReader
ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
Provider=%MS%
DriverVer=05/22/2005,5.2.3790.0
;CatalogFile=usblsccid.cat
[SourceDisksNames]
1=%Distribution%,usblsccid.sys,,
[SourceDisksFiles]
usblsccid.sys = 1
[ClassInstall32]
Addreg=SmartCardReaderClassReg
[ClassInstall]
Addreg=SmartCardReaderClassReg
[SmartCardReaderClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-25
HKR,,NoInstallClass,,1
HKR,,Installer32,,"winscard.dll,ClassInstall32"
[Manufacturer]
%LSCCID%=LSCCID
; ============ Add reg for all readers ===============
[Reader.Install.AddReg]
HKLM, Software\Microsoft\Cryptography\Calais\Readers,,,
;HKLM, System\CurrentControlSet\Services\SCardSvr,Start,0x00010001,2
HKLM,"System\Currentcontrolset\Services\USBLSCCID\Parameters","DebugLevel",0x10001,5
; **************************
; USB LSCCID Compliant Readers
; **************************
[LSCCID]
%USBLSCCID.DeviceDesc% = USBLSCCID.Install,USB\VID_0a9e&PID_ed10
%USBLSCCID.DeviceDesc% = USBLSCCID.Install,USB\VID_0a9e&PID_ed11
[USBLSCCID.Install.NT]
AddReg = Reader.Install.AddReg
CopyFiles = USBLSCCID.Install.CopyFiles
[USBLSCCID.Install.NT.HW]
AddReg = USBLSCCID.Install.AddReg.HW
[USBLSCCID.Install.AddReg.HW]
HKR,,"VendorName",,"QWY"
HKR,,"IfdType",,"USB Smartcard"
[USBLSCCID.Install.CopyFiles]
usblsccid.sys,,,2
[USBLSCCID.Install.NT.Services]
AddService = USBLSCCID, 2, USBLSCCID.Service
[USBLSCCID.Service]
DisplayName = %USBLSCCID.DeviceDesc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\usblsccid.sys
[DestinationDirs]
USBLSCCID.Install.CopyFiles = 12
[Strings]
MS = "QWY"
Distribution = "Windows USB LSCCID Driver Disk"
ClassName = "Smart card readers"
LSCCID = "USB LSCCID Compliant"
USBLSCCID.DeviceDesc = "USB LowSpeed Smart Card reader"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -