From 530cb072b93e6f709edd013dab0e3f2aa5ed9b02 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Fri, 14 Oct 2016 07:18:43 -0500 Subject: mtac: add lora card 1.1 version to product info add function --- io-module/mtac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/io-module/mtac.c b/io-module/mtac.c index b89f51f..4cbc31f 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_1: case MTAC_LORA_1_5: sprintf(buf, "eui"); kobj_attr = create_attribute(buf, MTS_ATTR_MODE_RO); -- cgit v1.2.3