ubuntuusers.de

Sigma Rox9 Windows Treiber

Autor:
ubuntufever
Datum:
9. Oktober 2008 18:24
Code:
  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
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
; 

; SIGMA Elektro GmbH Comunication Device Class driver instalation file

;



[Version] 

Signature="$Windows NT$" 

Class=Ports

ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 

Provider=%SIGMA% 

LayoutFile=layout.inf

DriverVer=01/04/2008,1.0



[Manufacturer] 

%SIGMA%=DeviceList



[DestinationDirs] 

DefaultDestDir=12 



[SourceDisksFiles]



[SourceDisksNames]



[DeviceList] 

%DESCRIPTION%=SIGMAUSB, USB\VID_1d9d&PID_1000 



;------------------------------------------------------------------------------

;  Windows 98/2000/XP/Vista Sections

;------------------------------------------------------------------------------



[SIGMAUSB.nt] 

include=mdmcpq.inf

CopyFiles=DriverCopyFiles

AddReg=SIGMAUSB.nt.AddReg 



[DriverCopyFiles]

usbser.sys,,,0x20



[SIGMAUSB.nt.AddReg] 

HKR,,DevLoader,,*ntkern 

HKR,,NTMPDriver,,usbser.sys 

HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 



[SIGMAUSB.nt.Services] 

AddService=usbser, 0x00000002, DriverService





[SIGMAUSB.nt.HW]

include=mdmcpq.inf



[DriverService] 

DisplayName=%DESCRIPTION% 

ServiceType=1

StartType=3

ErrorControl=1

ServiceBinary=%12%\usbser.sys 



;------------------------------------------------------------------------------

;  String Definitions

;------------------------------------------------------------------------------



[Strings] 

SIGMA="SIGMA Elektro GmbH"

DESCRIPTION="SIGMA DS ROX 08"