summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorThanh Tran <ttran@multitech.com>2011-08-05 11:37:42 -0500
committerThanh Tran <ttran@multitech.com>2011-08-05 11:37:42 -0500
commitd8e343f7782255a37e84953a3723c78f6a71c211 (patch)
tree9747144f050608000de623c471d3b3af23e1e823 /io-module/mts_io.h
parent84e201f0a052648b97b8488a9d302125bf4cf1c2 (diff)
downloadcdp-io-controller-d8e343f7782255a37e84953a3723c78f6a71c211.tar.gz
cdp-io-controller-d8e343f7782255a37e84953a3723c78f6a71c211.tar.bz2
cdp-io-controller-d8e343f7782255a37e84953a3723c78f6a71c211.zip
Added support for the embedded CDP module called (MT100ECDP).
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index e9282cc..2ae88bc 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -12,10 +12,12 @@
#define VENDOR_ID_MULTITECH "Multi-Tech Systems"
#define PRODUCT_ID_MTCDP_E1_DK "MTCDP-E1-DK"
+#define PRODUCT_ID_MT100ECDP "MT100ECDP"
#define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0"
#define HW_VERSION_MTCDP_0_0 "MTCDP-0.0"
#define HW_VERSION_MTCDP_1_0 "MTCDP-1.0"
+#define HW_VERSION_MT100ECDP_0_0 "MT100ECDP-0.0"
#define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3)
#define DEVICE_CAPA_MASK(c) BIT((c) & 0x07)