summaryrefslogtreecommitdiff
path: root/io-module/mts_io_module.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-08-10 17:41:33 -0500
committerJohn Klug <john.klug@multitech.com>2021-08-10 18:38:46 -0500
commitbc918398a517f618ac102cde2ade494924a85a0c (patch)
tree326f7cfa35c7fc20463076f06d180b4088392171 /io-module/mts_io_module.h
parentaa29d434b31002c0946036a4f3de14a7de4cfb27 (diff)
downloadmts-io-bc918398a517f618ac102cde2ade494924a85a0c.tar.gz
mts-io-bc918398a517f618ac102cde2ade494924a85a0c.tar.bz2
mts-io-bc918398a517f618ac102cde2ade494924a85a0c.zip
MTCAP3-0.0 mts-io version 4.6.04.6.0
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r--io-module/mts_io_module.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 44aeade..5655f29 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.5.2"
+#define DRIVER_VERSION "v4.6.0"
#define DRIVER_AUTHOR "Multitech Systems"
#define DRIVER_DESC "MTS-IO Controller"
#define DRIVER_NAME "mts-io"
@@ -44,6 +44,9 @@
#define HW_VERSION_MTHS_0_0 "MTHS-0.0" // Never released
#define HW_VERSION_MTHS_0_1 "MTHS-0.1"
+// NXP i.MX Platforms */
+#define HW_VERSION_MTCAP3_0_0 "MTCAP3-0.0"
+
/* TI OMAP Platforms */
#define PRODUCT_ID_MTCPM "MTCPM"
@@ -75,6 +78,7 @@ enum {
MTHS_0_1,
MTCPM_0_0,
MTCPM_0_1,
+ MTCAP3_0_0,
};
/* Commented because it is not used. Сonflicts with <linux/leds.h> */