summaryrefslogtreecommitdiffstats
path: root/driver/common.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-02-13 03:08:00 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-02-13 03:08:00 +0100
commitde7eafc05f1a830af3f722671d02a31bfc1b1f9c (patch)
tree461fa16b0dfae72fa840042bd8b569979a780d41 /driver/common.h
parentb72e8567723c30f0e5a83675743e9380c48e5d55 (diff)
downloadpcitool-de7eafc05f1a830af3f722671d02a31bfc1b1f9c.tar.gz
pcitool-de7eafc05f1a830af3f722671d02a31bfc1b1f9c.tar.bz2
pcitool-de7eafc05f1a830af3f722671d02a31bfc1b1f9c.tar.xz
pcitool-de7eafc05f1a830af3f722671d02a31bfc1b1f9c.zip
Support Device ID of IPE camera
Diffstat (limited to 'driver/common.h')
-rw-r--r--driver/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/common.h b/driver/common.h
index f386b49..c3f86a3 100644
--- a/driver/common.h
+++ b/driver/common.h
@@ -87,6 +87,9 @@ typedef struct {
#define PCIE_XILINX_VENDOR_ID 0x10ee
#define PCIE_ML605_DEVICE_ID 0x04a0
+/* Identifies the PCI-E IPE Camera */
+#define PCIE_IPECAMERA_DEVICE_ID 0x6018
+
/*************************************************************************/
/* Some nice defines that make code more readable */
/* This is to print nice info in the log */