Subversion Repositories NaviCtrl

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
;
2
; STMicroelectronics Comunication Device Class driver instalation file
3
; (C)2006 Copyright STMicroelectronics
4
;
5
 
6
[Version]
7
Signature="$Windows NT$"
8
Class=Ports
9
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
10
Provider=%STM%
11
LayoutFile=layout.inf
12
DriverVer=10/02/06
13
 
14
[Manufacturer]
15
%STM%=DeviceList
16
 
17
[DestinationDirs]
18
DefaultDestDir=12
19
 
20
[SourceDisksFiles]
21
 
22
[SourceDisksNames]
23
 
24
[DeviceList]
25
%DESCRIPTION%=STMUSB, USB\VID_0483&PID_5740
26
 
27
;------------------------------------------------------------------------------
28
;  Windows 2000/XP Sections
29
;------------------------------------------------------------------------------
30
 
31
[STMUSB.nt]
32
include=mdmcpq.inf
33
CopyFiles=DriverCopyFiles
34
AddReg=STMUSB.nt.AddReg
35
 
36
[DriverCopyFiles]
37
usbser.sys,,,0x20
38
 
39
[STMUSB.nt.AddReg]
40
HKR,,DevLoader,,*ntkern
41
HKR,,NTMPDriver,,usbser.sys
42
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
43
 
44
[STMUSB.nt.Services]
45
AddService=usbser, 0x00000002, DriverService
46
 
47
 
48
[STMUSB.nt.HW]
49
include=mdmcpq.inf
50
 
51
[DriverService]
52
DisplayName=%DESCRIPTION%
53
ServiceType=1
54
StartType=3
55
ErrorControl=1
56
ServiceBinary=%12%\usbser.sys
57
 
58
;------------------------------------------------------------------------------
59
;  String Definitions
60
;------------------------------------------------------------------------------
61
 
62
[Strings]
63
STM="MikroKopter"
64
DESCRIPTION="MikroKopter CDC Communication Port"