-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMRZS-05L_2-0-0-1.inf
More file actions
72 lines (58 loc) · 4.86 KB
/
Copy pathMRZS-05L_2-0-0-1.inf
File metadata and controls
72 lines (58 loc) · 4.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
; $Id: MRZS-05L_2-0-0-1.inf,v 2.0.0.1 2012/10/03 11:30:00 danielru Exp $
[Version] ; Version section
Signature="$Windows NT$" ; Only Windows NT family
Class=Ports ; This is a serial port driver
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} ; Associated GUID
Provider=%DEVELOPER% ; Driver is provided by DEVELOPER
DriverVer=10/03/2012,2.0.0.1 ; Driver version 2.0.0.1 published on 03 October 2012
[DestinationDirs] ; DestinationDirs section
DefaultDestDir=12 ; Default install directory is \drivers or \IOSubSys
[Manufacturer] ; Manufacturer section
%DEVELOPER%=PromAvtomatikaMfg, NTx86, NTamd64 ; Only one manufacturer (DEVELOPER), models section is named
; PromAvtomatikaMfg
[PromAvtomatikaMfg] ; Models section corresponding to NPP PromAvtomatika
%MRZS05L%=USBtoSer.Install,USB\VID_0483&PID_A031 ; Identifies a device with NPP PromAvtomatika Vendor ID (0483h) and
; Product ID equal to A031h. Corresponding Install section
; is named USBtoSer.Install
[PromAvtomatikaMfg.NTx86] ; Models section corresponding to NPP PromAvtomatika
%MRZS05L%=USBtoSer.Install,USB\VID_0483&PID_A031 ; Identifies a device with NPP PromAvtomatika Vendor ID (0483h) and
; Product ID equal to A031h. Corresponding Install section
; is named USBtoSer.Install
[PromAvtomatikaMfg.NTamd64] ; Models section corresponding to NPP PromAvtomatika
%MRZS05L%=USBtoSer.Install,USB\VID_0483&PID_A031 ; Identifies a device with NPP PromAvtomatika Vendor ID (0483h) and
; Product ID equal to A031h. Corresponding Install section
; is named USBtoSer.Install
;**************************************************
;* Windows NT family *
;**************************************************
[USBtoSer.Install.NT] ; Install section
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=USBtoSer.NT.AddReg ; Registry keys to add are listed in USBtoSer.NT.AddReg
[USBtoSer.NT.AddReg] ; AddReg section
HKR,,DevLoader,,*ntkern ;
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[USBtoSer.Install.NTx86] ; Install section
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=USBtoSer.NT.AddReg ; Registry keys to add are listed in USBtoSer.NT.AddReg
[USBtoSer.Install.NTx86.Services] ; Services section
AddService=usbser,0x00000002,USBtoSer.AddService ; Assign usbser as the PnP driver for the device
[USBtoSer.Install.NTamd64] ; Install section
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=USBtoSer.NT.AddReg ; Registry keys to add are listed in USBtoSer.NT.AddReg
[USBtoSer.Install.NTamd64.Services] ; Services section
AddService=usbser,0x00000002,USBtoSer.AddService ; Assign usbser as the PnP driver for the device
[USBtoSer.AddService] ; Service install section
DisplayName=%USBSer% ; Name of the serial driver
ServiceType=1 ; Service kernel driver
StartType=3 ; Driver is started by the PnP manager
ErrorControl=1 ; Warn about errors
ServiceBinary=%12%\usbser.sys ; Driver filename
LoadOrderGroup=Base
[Strings] ; Strings section
DEVELOPER="PromAvtomatika" ; String value for the DEVELOPER symbol
MRZS05L="MRZS-05L" ; String value for the MRZS-05L symbol
USBSer="USB Serial Driver" ; String value for the USBSer symbol