summaryrefslogtreecommitdiff
path: root/io-module/mts_io_module.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-03 04:59:39 -0500
committerJohn Klug <john.klug@multitech.com>2021-09-03 05:02:41 -0500
commit1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999 (patch)
treee584dc2b9e399a37817fe2c4dccaa2e645702c1b /io-module/mts_io_module.h
parentbc918398a517f618ac102cde2ade494924a85a0c (diff)
downloadmts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.gz
mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.bz2
mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.zip
radio reset monitor feature and MTRV1-0.4 hardware4.7.0
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r--io-module/mts_io_module.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 5655f29..3219753 100644
--- a/io-module/mts_io_module.h
+++ b/io-module/mts_io_module.h
@@ -5,7 +5,7 @@
* MTAC cards.
*/
-#define DRIVER_VERSION "v4.6.0"
+#define DRIVER_VERSION "v4.7.0"
#define DRIVER_AUTHOR "Multitech Systems"
#define DRIVER_DESC "MTS-IO Controller"
#define DRIVER_NAME "mts-io"
@@ -32,6 +32,7 @@
#define HW_VERSION_MTRV1_0_1 "MTRV1-0.1"
#define HW_VERSION_MTRV1_0_2 "MTRV1-0.2" // Cat M
#define HW_VERSION_MTRV1_0_3 "MTRV1-0.3" // MTR-MTQ
+#define HW_VERSION_MTRV1_0_4 "MTRV1-0.4" // MTR No USB hub
#define HW_VERSION_MTRE "MTRE-0.0"
#define HW_VERSION_MTCDT_0_0 "MTCDT-0.0" // No GPS or WiFi Capability
#define HW_VERSION_MTCDT_0_1 "MTCDT-0.1" // Conduit refresh with GPS and WiFi possible
@@ -65,6 +66,7 @@ enum {
MTRV1_0_1,
MTRV1_0_2,
MTRV1_0_3,
+ MTRV1_0_4,
MTRE_0_0,
MTCDT_0_0,
MTCDT_0_1,