Skip to content

Commit

Permalink
vioinput: Use DIRID 12 for Win10 driver
Browse files Browse the repository at this point in the history
As Windows Server 2016 has build lower than 16299, we should
have DIRID 12 for Win10 drivers.

Resolve: https://issues.redhat.com/browse/RHEL-1214

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and vrozenfe committed Mar 29, 2024
1 parent f340ced commit 092df5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vioinput/sys/vioinput.inx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PnpLockdown = 1
;HKR,,Icon,,-5

[DestinationDirs]
DefaultDestDir = 13
DefaultDestDir = INX_PLATFORM_DRIVERS_DIR

[SourceDisksFiles]
vioinput.sys = 1,,
Expand Down Expand Up @@ -92,14 +92,14 @@ AddService = viohidkmdf, 0x00000002, viohidkmdf_Service_Inst
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %13%\viohidkmdf.sys
ServiceBinary = %INX_PLATFORM_DRIVERS_DIR%\viohidkmdf.sys

[VirtioInput_Service_Inst]
DisplayName = %VirtioInput.ServiceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %13%\vioinput.sys
ServiceBinary = %INX_PLATFORM_DRIVERS_DIR%\vioinput.sys

[VirtioInput_Device.NT.Wdf]
KmdfService = VirtioInput, VirtioInput_wdfsect
Expand Down

0 comments on commit 092df5f

Please sign in to comment.