You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.6 KiB
77 lines
1.6 KiB
; Driver-Dummy for the Communication Device Class
|
|
|
|
[Version]
|
|
Signature="$Windows NT$"
|
|
Class=Ports
|
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
|
|
|
Provider=%DIGISOLUTIONS%
|
|
DriverVer=10/15/1999,5.0.2153.1
|
|
|
|
[Manufacturer]
|
|
%DIGISOLUTIONS%=DIGISOLUTIONS, NTamd64
|
|
|
|
[DIGISOLUTIONS]
|
|
%DVMODEM_CDC%=Reader, USB\VID_03EB&PID_2307
|
|
|
|
[DIGISOLUTIONS.NTamd64]
|
|
%DVMODEM_CDC%=DriverInstall, USB\VID_03EB&PID_2307
|
|
|
|
[Reader_Install.NTx86]
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir=12
|
|
Reader.NT.Copy=12
|
|
|
|
[Reader.NT]
|
|
include=mdmcpq.inf
|
|
CopyFiles=Reader.NT.Copy
|
|
AddReg=Reader.NT.AddReg
|
|
|
|
[Reader.NT.Copy]
|
|
usbser.sys
|
|
|
|
[Reader.NT.AddReg]
|
|
HKR,,DevLoader,,*ntkern
|
|
HKR,,NTMPDriver,,usbser.sys
|
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
|
|
|
[Reader.NT.Services]
|
|
AddService = usbser, 0x00000002, Service_Inst
|
|
|
|
[Service_Inst]
|
|
DisplayName = %Serial.SvcDesc%
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ; SERVICE_DEMAND_START
|
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %12%\usbser.sys
|
|
LoadOrderGroup = Base
|
|
|
|
[DriverInstall.NTamd64]
|
|
include=mdmcpq.inf
|
|
CopyFiles=DriverCopyFiles.NTamd64
|
|
AddReg=DriverInstall.NTamd64.AddReg
|
|
|
|
[DriverCopyFiles.NTamd64]
|
|
usbser.sys,,,0x20
|
|
|
|
[DriverInstall.NTamd64.AddReg]
|
|
HKR,,DevLoader,,*ntkern
|
|
HKR,,NTMPDriver,,usbser.sys
|
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
|
|
|
[DriverInstall.NTamd64.Services]
|
|
AddService=usbser, 0x00000002, DriverService.NTamd64
|
|
|
|
[DriverService.NTamd64]
|
|
DisplayName=%Serial.SvcDesc%
|
|
ServiceType=1
|
|
StartType=3
|
|
ErrorControl=1
|
|
ServiceBinary=%12%\usbser.sys
|
|
|
|
[Strings]
|
|
DIGISOLUTIONS = "dvrptr.de"
|
|
DVMODEM_CDC = "DVRPTR CDC"
|
|
Serial.SvcDesc = "USB Serial communication driver"
|