summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2012-05-07 14:01:00 -0500
committerJesse Gilles <jgilles@multitech.com>2012-05-07 14:01:00 -0500
commited230c535b289f7c399d6aa57d272bc6c972f87a (patch)
tree67aa37219b421c84d90a531e2e634f02c0f749f3 /io-module/mts_io.h
parente56a17a78f778d92e7d60717893fe9e81b65869a (diff)
downloadcdp-io-controller-ed230c535b289f7c399d6aa57d272bc6c972f87a.tar.gz
cdp-io-controller-ed230c535b289f7c399d6aa57d272bc6c972f87a.tar.bz2
cdp-io-controller-ed230c535b289f7c399d6aa57d272bc6c972f87a.zip
add en4 support, reduce some duplication
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index c15d5b0..633a194 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -13,16 +13,19 @@
#define VENDOR_ID_MULTITECH "Multi-Tech Systems"
#define PRODUCT_ID_MTCDP_E1_DK "MTCDP-E1-DK"
#define PRODUCT_ID_MT100EOCG "MT100EOCG"
+#define PRODUCT_ID_EN4 "EN4"
#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_MT100EOCG_0_0 "MT100EOCG-0.0"
+#define HW_VERSION_EN4 "EN4-0.0"
enum {
MTCDP_E1_DK_0_0,
MTCDP_E1_DK_1_0,
- MT100EOCG_0_0
+ MT100EOCG_0_0,
+ EN4_0_0
};
#define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3)