summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-10-28 11:05:45 +0200
committerAlon Levy <alevy@redhat.com>2012-10-28 11:05:45 +0200
commit73e45e2976090dcfafa5394e3acc7f095b66596d (patch)
tree8a5cf0e9fdcb4152f09d5752a1250ed5250485b8
parent03a2959e46c8729b41168bf71b985ec41c5e6845 (diff)
wip: passes pnputil -i -a qxl.inf, but doesn't try to install anything except the inf
-rw-r--r--wddm/qxl.inf30
1 files changed, 30 insertions, 0 deletions
diff --git a/wddm/qxl.inf b/wddm/qxl.inf
new file mode 100644
index 0000000..6bbdef1
--- /dev/null
+++ b/wddm/qxl.inf
@@ -0,0 +1,30 @@
+[Version]
+Signature = "$CHICAGO$"
+DriverVer =10/25/2012,0.0.0.1
+Provider =%RHAT%
+Class =Display
+ClassGUID ={4d36e968-e325-11ce-bfc1-08002be10319}
+
+[DestinationDirs]
+DefaultDestDir =11 ; system32
+qxl.KernelMode =12 ; drivers
+qxl.UserMode =11 ; system32
+
+[Manufacturer]
+%RHAT% =qxl
+
+[q.NTx86]
+%RHAT% %QXL% =dd.qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
+
+[dd.qxl]
+CopyFiles =qxl.KernelMode, qxl.UserMode
+
+[qxl.KernelMode]
+qxlwddm.sys
+
+[qxl.UserMode]
+qxlum.dll
+
+[Strings]
+RHAT ="Red Hat"
+QXL = "QXL"