summaryrefslogtreecommitdiff
path: root/io-module/mts_io_module.h
diff options
context:
space:
mode:
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> */