summaryrefslogtreecommitdiffstats
path: root/ipecamera/model.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-31 06:12:44 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-31 06:12:44 +0100
commit85a5de8ad86120a33e00cbb5d66bcfca0388111f (patch)
tree4a31991b289d17d31d52793afaf2013d80dd4d5e /ipecamera/model.h
parent32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e (diff)
downloadpcitool-85a5de8ad86120a33e00cbb5d66bcfca0388111f.tar.gz
pcitool-85a5de8ad86120a33e00cbb5d66bcfca0388111f.tar.bz2
pcitool-85a5de8ad86120a33e00cbb5d66bcfca0388111f.tar.xz
pcitool-85a5de8ad86120a33e00cbb5d66bcfca0388111f.zip
Commit camera support to the latest stage before rewrite
Diffstat (limited to 'ipecamera/model.h')
-rw-r--r--ipecamera/model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipecamera/model.h b/ipecamera/model.h
index 91f68ed..17f9d45 100644
--- a/ipecamera/model.h
+++ b/ipecamera/model.h
@@ -84,6 +84,7 @@ pcilib_register_description_t ipecamera_registers[] = {
{0x90, 0, 32, 0, 0, PCILIB_REGISTER_R, PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK1, "end_address", ""},
{0x100, 0, 32, 0, 0, PCILIB_REGISTER_R, PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK1, "last_write_address", ""},
{0x110, 0, 32, 0, 0, PCILIB_REGISTER_R, PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK1, "last_write_value", ""},
+{0x160, 0, 32, 0, 0, PCILIB_REGISTER_R , PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK1, "reg9160", ""},
{0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL}
};