[Spice-devel] [qxl-wddm-dod] Prevent installation on OSes earlier than Windows 8
Basil Salman
basil at daynix.com
Thu Apr 12 15:37:25 UTC 2018
Limited the installation of the driver to Windows 8 and up
in order to prevent false driver installation on unsupported OSes
which lead to BSODs.
Signed-off-by: Basil Salman <basil at daynix.com>
Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
---
qxldod/qxldod.inx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qxldod/qxldod.inx b/qxldod/qxldod.inx
index 180275d..5c08305 100755
--- a/qxldod/qxldod.inx
+++ b/qxldod/qxldod.inx
@@ -35,9 +35,9 @@ QxlDod_Files_Driver = 12
;
[Manufacturer]
-%RHEL%=RHEL,NT$ARCH$
+%RHEL%=RHEL,NT$ARCH$.6.2
-[RHEL.NT$ARCH$]
+[RHEL.NT$ARCH$.6.2]
%RHELQxl.DeviceDesc% = QxlDod_Inst, PCI\VEN_1B36&DEV_0100&SUBSYS_11001AF4
[QxlDod_Files_Driver]
--
2.7.0.windows.1
More information about the Spice-devel
mailing list