summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-05-17 12:22:16 -0500
committerJohn Klug <john.klug@multitech.com>2018-05-17 12:22:16 -0500
commit22ab73a75654edc33def4cf715791ead698e28bc (patch)
treea900252e30259d8f04873cf85b9674a02799a7b8 /io-module/mts_io.h
parent82c9e9423edbe17a768202a10f4aab0fffdd3849 (diff)
downloadmts-io-22ab73a75654edc33def4cf715791ead698e28bc.tar.gz
mts-io-22ab73a75654edc33def4cf715791ead698e28bc.tar.bz2
mts-io-22ab73a75654edc33def4cf715791ead698e28bc.zip
Add cat-m WM-LINK-MON as adio-wm-lk-m for CAT-M cellular2.0.4
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 5870146..23f48f5 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -70,6 +70,7 @@ struct device_attribute mts_dev_name = { \
#define HW_VERSION_MTR_0_1 "MTR-0.1"
#define HW_VERSION_MTRV1_0_0 "MTRV1-0.0"
#define HW_VERSION_MTRV1_0_1 "MTRV1-0.1"
+#define HW_VERSION_MTRV1_0_2 "MTRV1-0.2" // Cat M
#define HW_VERSION_MTCDT_0_0 "MTCDT-0.0"
#define HW_VERSION_MTCDT_0_1 "MTCDT-0.1"
#define HW_VERSION_MTCDTIP_0_0 "MTCDTIP-0.0"
@@ -85,6 +86,7 @@ enum {
MTR_0_1,
MTRV1_0_0,
MTRV1_0_1,
+ MTRV1_0_2,
MTCDT_0_0,
MTCDT_0_1,
MTCDTIPHP_0_0,