summaryrefslogtreecommitdiff
path: root/io-module/mtac.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-09-27 10:33:16 -0500
committerJohn Klug <john.klug@multitech.com>2016-09-27 10:33:16 -0500
commit995083ea6f80c1ea7d749fbd6d58127ae1c75455 (patch)
tree91b147d1bed0214e9437fe8a1cc51af864ef78e3 /io-module/mtac.c
parent7a1ed1a7788c76630723d9f0f49f3862ca6fb300 (diff)
downloadmts-io-995083ea6f80c1ea7d749fbd6d58127ae1c75455.tar.gz
mts-io-995083ea6f80c1ea7d749fbd6d58127ae1c75455.tar.bz2
mts-io-995083ea6f80c1ea7d749fbd6d58127ae1c75455.zip
Add MTAC-LORA-1.5 and string subset issue with hardware version
Diffstat (limited to 'io-module/mtac.c')
-rw-r--r--io-module/mtac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac.c b/io-module/mtac.c
index 43436f8..b89f51f 100644
--- a/io-module/mtac.c
+++ b/io-module/mtac.c
@@ -112,6 +112,7 @@ static bool ap_add_product_info_attributes(int port, int type, struct attribute*
case MTAC_LORA_0_0:
case MTAC_LORA_1_0:
+ case MTAC_LORA_1_5:
sprintf(buf, "eui");
kobj_attr = create_attribute(buf, MTS_ATTR_MODE_RO);
if (! kobj_attr) {