summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-05 09:54:47 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-05 09:54:47 +0100
commitc953cc89c698ef3deae1e9ae5f2f0fadb9fb930d (patch)
tree3ee2fd613bede9f42b3586840b042d931b2c5611
parent86ba81895fe7527650772c887984841082f3cf15 (diff)
downloadpcitool-c953cc89c698ef3deae1e9ae5f2f0fadb9fb930d.tar.gz
pcitool-c953cc89c698ef3deae1e9ae5f2f0fadb9fb930d.tar.bz2
pcitool-c953cc89c698ef3deae1e9ae5f2f0fadb9fb930d.tar.xz
pcitool-c953cc89c698ef3deae1e9ae5f2f0fadb9fb930d.zip
Add another debug register to the ipecamera model
-rw-r--r--ipecamera/model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipecamera/model.h b/ipecamera/model.h
index 17f9d45..fb0559c 100644
--- a/ipecamera/model.h
+++ b/ipecamera/model.h
@@ -85,6 +85,7 @@ pcilib_register_description_t ipecamera_registers[] = {
{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", ""},
+{0x170, 0, 32, 0, 0, PCILIB_REGISTER_R , PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK1, "reg9170", ""},
{0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL}
};