From e4bb10c338360dbc823d04e75eab5ba304dc28de Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 11 Jul 2011 14:48:06 +0200 Subject: Fix compilation issues --- driver/pciDriver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/pciDriver.h') 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 */ -- cgit v1.2.3