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.
54 lines
1.2 KiB
54 lines
1.2 KiB
1 year ago
|
;
|
||
|
; Device installation file for
|
||
|
; USB 2 COM port emulation
|
||
|
;
|
||
|
;
|
||
|
;
|
||
|
[Version]
|
||
|
Signature="$Windows NT$"
|
||
|
Class=Ports
|
||
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
||
|
Provider=%MFGNAME%
|
||
|
LayoutFile=layout.inf
|
||
|
DriverVer=11/30/2010,6.0.2600.3
|
||
|
CatalogFile=phxusbcdc.cat
|
||
|
|
||
|
[Manufacturer]
|
||
|
%MFGNAME%=CDCDevice,NT,NTamd64,NTIA64
|
||
|
|
||
|
[DestinationDirs]
|
||
|
DefaultDestDir = 12
|
||
|
|
||
|
[CDCDevice.NT]
|
||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00
|
||
|
|
||
|
[CDCDevice.NTamd64]
|
||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00
|
||
|
|
||
|
[CDCDevice.NTIA64]
|
||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00
|
||
|
|
||
|
[DriverInstall.NT]
|
||
|
Include=mdmcpq.inf
|
||
|
CopyFiles=FakeModemCopyFileSection
|
||
|
AddReg=DriverInstall.NT.AddReg
|
||
|
|
||
|
[DriverInstall.NT.AddReg]
|
||
|
HKR,,DevLoader,,*ntkern
|
||
|
HKR,,NTMPDriver,,usbser.sys
|
||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||
|
|
||
|
[DriverInstall.NT.Services]
|
||
|
AddService=usbser, 0x00000002, DriverServiceInst
|
||
|
|
||
|
[DriverServiceInst]
|
||
|
DisplayName=%SERVICE%
|
||
|
ServiceType=1
|
||
|
StartType=3
|
||
|
ErrorControl=1
|
||
|
ServiceBinary=%12%\usbser.sys
|
||
|
|
||
|
[Strings]
|
||
|
MFGNAME = "Sartorius"
|
||
|
DESCRIPTION = "USB CDC serial port emulation"
|
||
|
SERVICE = "USB CDC serial port emulation"
|