summaryrefslogtreecommitdiff
path: root/miniport/qxl.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniport/qxl.c')
-rw-r--r--miniport/qxl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miniport/qxl.c b/miniport/qxl.c
index 9c7e1bc..1718913 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -323,13 +323,13 @@ VP_STATUS Prob(QXLExtension *dev, VIDEO_PORT_CONFIG_INFO *conf_info,
return ERROR_INVALID_PARAMETER;
}
- if (pci_conf.DeviceID != QXL_DEVICE_ID) {
+ if (pci_conf.DeviceID != QXL_DEVICE_ID_DEVEL) {
DEBUG_PRINT((0, "%s: bad vendor id 0x%x expectes 0x%x\n",
__FUNCTION__, pci_conf.DeviceID, QXL_DEVICE_ID));
return ERROR_INVALID_PARAMETER;
}
- if (pci_conf.RevisionID != QXL_REVISION) {
+ if (pci_conf.RevisionID != QXL_REVISION_DEVEL) {
DEBUG_PRINT((0, "%s: bad revision 0x%x expectes 0x%x\n",
__FUNCTION__, pci_conf.RevisionID, QXL_REVISION));
return ERROR_INVALID_PARAMETER;