From de7eafc05f1a830af3f722671d02a31bfc1b1f9c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 13 Feb 2011 03:08:00 +0100 Subject: Support Device ID of IPE camera --- driver/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'driver/common.h') 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 */ -- cgit v1.2.3