summaryrefslogtreecommitdiff
path: root/io-module
diff options
context:
space:
mode:
Diffstat (limited to 'io-module')
-rw-r--r--io-module/machine/mtcpm.c2
-rw-r--r--io-module/mts_io_module.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/io-module/machine/mtcpm.c b/io-module/machine/mtcpm.c
index 7052b51..d80d1e5 100644
--- a/io-module/machine/mtcpm.c
+++ b/io-module/machine/mtcpm.c
@@ -33,7 +33,7 @@ static struct gpio_pin gpio_pins_mtcpm[] = {
.flags = GPIOF_IN,
.label = "reset",
},
- .active_low = 0,
+ .active_low = 1,
},
{
.name = "WIFI_BT_INT",
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 5d333c6..9b37dad 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.2.2"
+#define DRIVER_VERSION "v4.2.3"
#define DRIVER_AUTHOR "Multitech Systems"
#define DRIVER_DESC "MTS-IO Controller"
#define DRIVER_NAME "mts-io"