diff options
author | root <root@ipechilinga4d> | 2013-02-03 05:49:30 +0100 |
---|---|---|
committer | root <root@ipechilinga4d> | 2013-02-03 05:49:30 +0100 |
commit | b2bead6a5fd74b4543c7bb9278558ff485c22995 (patch) | |
tree | ff466aeebdb08dd8b6ac3e7604dde7dde961c608 /driver/pciDriver.h | |
parent | 0444091c36134f176738393b659ea60e09dda423 (diff) | |
download | ipecamera-b2bead6a5fd74b4543c7bb9278558ff485c22995.tar.gz ipecamera-b2bead6a5fd74b4543c7bb9278558ff485c22995.tar.bz2 ipecamera-b2bead6a5fd74b4543c7bb9278558ff485c22995.tar.xz ipecamera-b2bead6a5fd74b4543c7bb9278558ff485c22995.zip |
Provide kmem addresses in sysfs
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r-- | driver/pciDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index d548765..8e9c0bc 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -61,7 +61,7 @@ /* Identifies the PCI-E Xilinx ML605 */ #define PCIE_XILINX_VENDOR_ID 0x10ee -#define PCIE_ML605_DEVICE_ID 0x04a0 +#define PCIE_ML605_DEVICE_ID 0x6024 /* Identifies the PCI-E IPE Camera */ #define PCIE_IPECAMERA_DEVICE_ID 0x6081 |