Skip to content

Commit 4337c2a

Browse files
committed
More version number fixes, and a fix for inf and attestation signing.
1 parent 30f1cc1 commit 4337c2a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

driver/sys/vjoy.inx

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ CatalogFile = vJoy.cat
3131
[SourceDisksFiles]
3232
vjoy.sys = 99
3333
hidkmdf.sys = 99
34+
WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=99 ; make sure the number matches with SourceDisksNames
3435

3536
[SourceDisksNames]
3637
99 = %DISK_NAME%,,,""
@@ -39,19 +40,20 @@ hidkmdf.sys = 99
3940
CopySystemSysFiles = 12
4041
CopyFunctionDriver = 12
4142
;CopyFilterDriver = 12
42-
CopyFilesDLL = 11
43+
CopyFilesDLL = 11
44+
vjoy.Inst_CoInstaller_CopyFiles = 11
4345

4446
[Manufacturer]
4547
%VENDOR%=Vendor, NT$ARCH$, NT$ARCH$.6.1
4648

4749

4850
; For XP and later
4951
[Vendor.NT$ARCH$]
50-
%vjoy% = vjoy.Inst, root\VID_1234&PID_BEAD&REV_0218
52+
%vjoy% = vjoy.Inst, root\VID_1234&PID_BEAD&REV_0219
5153

5254
; For Win7 and later so that we can use inbox HID-KMDF mapper
5355
[Vendor.NT$ARCH$.6.1]
54-
%vjoy% = vjoy.Inst.Win7, root\VID_1234&PID_BEAD&REV_0218
56+
%vjoy% = vjoy.Inst.Win7, root\VID_1234&PID_BEAD&REV_0219
5557

5658

5759
;===============================================================
@@ -72,9 +74,6 @@ AddReg = vjoy.AddReg
7274
AddService = hidkmdf,,hidkmdf_Service_Inst,
7375
AddService = vjoy,0x00000002, vjoy_Service_Inst, vjoy_EventLog_Inst
7476

75-
[CopyFunctionDriver]
76-
hidkmdf.sys
77-
7877
[vjoy.AddReg]
7978
HKR,,"UpperFilters",0x00010000,"hidkmdf"
8079
HKLM,%WMRW%\OEMForceFeedback,Attributes,1,00,00,00,00,E8,03,00,00,E8,03,00,00
@@ -177,6 +176,7 @@ HKLM,%WMRWFF%\%F_CUST%,Attributes,1,28,00,0f,00,05,c8,00,00,fd,03,00,00,fd,03,00
177176

178177
[CopyFunctionDriver]
179178
vjoy.sys
179+
hidkmdf.sys
180180

181181
[CopyFilesDLL]
182182
;Hid.dll,,,0x00000010 ;COPYFLG_NO_OVERWRITE (for win2k)
@@ -200,9 +200,6 @@ ServiceBinary = %12%\vjoy.sys
200200
;================================================================
201201
;--- WDF Coinstaller installation ------
202202
;
203-
[DestinationDirs]
204-
vjoy.Inst_CoInstaller_CopyFiles = 11
205-
206203
[vjoy.Inst.NT.CoInstallers]
207204
AddReg=vjoy.Inst_CoInstaller_AddReg
208205
CopyFiles=vjoy.Inst_CoInstaller_CopyFiles
@@ -213,9 +210,6 @@ HKR,,CoInstallers32,0x00010000, "WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll,WdfC
213210
[vjoy.Inst_CoInstaller_CopyFiles]
214211
WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll
215212

216-
[SourceDisksFiles]
217-
WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=99 ; make sure the number matches with SourceDisksNames
218-
219213
[vjoy.Inst.NT.Wdf]
220214
KmdfService = vjoy, vjoy_wdfsect
221215
[vjoy_wdfsect]

0 commit comments

Comments
 (0)