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, 2 insertions, 4 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index eca15a3..4eb0ff0 100644
--- a/io-module/mts_io_module.h
+++ b/io-module/mts_io_module.h
@@ -5,10 +5,6 @@
* MTAC cards.
*/
-#define DRIVER_VERSION "v4.7.2"
-#define DRIVER_AUTHOR "Multitech Systems"
-#define DRIVER_DESC "MTS-IO Controller"
-#define DRIVER_NAME "mts-io"
#define DEBUG 0
/* Atmel AT91 Platforms */
@@ -36,6 +32,7 @@
#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
+#define HW_VERSION_MTCDT_0_2 "MTCDT-0.2" // Atmel Serial and PCA9557
#define HW_VERSION_MTCDTIP_0_0 "MTCDTIP-0.0"
#define HW_VERSION_MTCDTIPHP_0_0 "MTCDTIPHP-0.0" // Also known as LoRa 2.1
#define HW_VERSION_MTCAP_0_0 "MTCAP-0.0"
@@ -81,6 +78,7 @@ enum {
MTCPM_0_0,
MTCPM_0_1,
MTCAP3_0_0,
+ MTCDT_0_2,
};
/* Commented because it is not used. Сonflicts with <linux/leds.h> */