diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 03:08:00 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 03:08:00 +0100 |
commit | de7eafc05f1a830af3f722671d02a31bfc1b1f9c (patch) | |
tree | 461fa16b0dfae72fa840042bd8b569979a780d41 /driver/common.h | |
parent | b72e8567723c30f0e5a83675743e9380c48e5d55 (diff) | |
download | pcitool-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.h | 3 |
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 */ |