diff options
| author | John Klug <john.klug@multitech.com> | 2019-12-05 18:21:25 -0600 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2019-12-05 18:21:25 -0600 |
| commit | 4e4093079e3b454a89aae2e1699f63cfcc8cf928 (patch) | |
| tree | 135e9465824a0e95e6649d3bf44bf214fde63369 /io-module | |
| parent | 6e4b26e60ab0fb6379da856309f5aefe52ac109e (diff) | |
| download | mts-io-4.2.3.tar.gz mts-io-4.2.3.tar.bz2 mts-io-4.2.3.zip | |
Set driver so reset is normally low4.2.3
Diffstat (limited to 'io-module')
| -rw-r--r-- | io-module/machine/mtcpm.c | 2 | ||||
| -rw-r--r-- | io-module/mts_io_module.h | 2 |
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" |
