summaryrefslogtreecommitdiff
path: root/io-module/mts_io_module.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-10-29 10:45:43 -0500
committerJohn Klug <john.klug@multitech.com>2021-11-12 12:00:50 -0600
commitfdc6f30e9da19f19669ecfc6c66d02abf9057959 (patch)
tree1f30ba77204c5307aea4bf1ab4f73ff77495aa5c /io-module/mts_io_module.h
parent0e772e1a11a545571232de6387699b73ac3278bf (diff)
downloadmts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.gz
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.bz2
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.zip
MTCDT-0.2 with PCA9557 support
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> */