summaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 14:48:06 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 14:48:06 +0200
commite4bb10c338360dbc823d04e75eab5ba304dc28de (patch)
tree34357ff4bd8022d2bd64b908b0881e425280f3bb /driver
parent93bb2a3a6cc5c585ff91d176d02f5edc9080b934 (diff)
downloadpcitool-e4bb10c338360dbc823d04e75eab5ba304dc28de.tar.gz
pcitool-e4bb10c338360dbc823d04e75eab5ba304dc28de.tar.bz2
pcitool-e4bb10c338360dbc823d04e75eab5ba304dc28de.tar.xz
pcitool-e4bb10c338360dbc823d04e75eab5ba304dc28de.zip
Fix compilation issues
Diffstat (limited to 'driver')
-rw-r--r--driver/pciDriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h
index 2704ab5..74eacaf 100644
--- a/driver/pciDriver.h
+++ b/driver/pciDriver.h
@@ -64,8 +64,8 @@
#define PCIE_ML605_DEVICE_ID 0x04a0
/* Identifies the PCI-E IPE Camera */
-//#define PCIE_IPECAMERA_DEVICE_ID 0x6081
-#define PCIE_IPECAMERA_DEVICE_ID 0x6018
+#define PCIE_IPECAMERA_DEVICE_ID 0x6081
+//#define PCIE_IPECAMERA_DEVICE_ID 0x6018
/* Possible values for ioctl commands */