diff options
author | John Klug <john.klug@multitech.com> | 2016-09-27 10:33:16 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-27 10:33:16 -0500 |
commit | 995083ea6f80c1ea7d749fbd6d58127ae1c75455 (patch) | |
tree | 91b147d1bed0214e9437fe8a1cc51af864ef78e3 /io-module/mtac.c | |
parent | 7a1ed1a7788c76630723d9f0f49f3862ca6fb300 (diff) | |
download | mts-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.c | 1 |
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) { |