summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io-module/machine/mtcdt3.c4
-rw-r--r--io-module/mts_io_module.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index 10bb5a5..2fd5637 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -156,9 +156,9 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
{ },
};
-static DEVICE_ATTR_MTS(dev_attr_wifi_reset_mtcdt3, "wifi-reset",
+static DEVICE_ATTR_MTS(dev_attr_wifi_reset_mtcdt3, "wlan-enabled",
mts_attr_show_gpio_pin, mts_attr_store_gpio_pin);
-static DEVICE_ATTR_MTS(dev_attr_bt_reset_mtcdt3, "bt-reset",
+static DEVICE_ATTR_MTS(dev_attr_bt_reset_mtcdt3, "bt-enabled",
mts_attr_show_gpio_pin, mts_attr_store_gpio_pin);
static DEVICE_ATTR_RO_MTS(dev_attr_wifi_bt_int_mtcdt3, "wifi-bt-int",
mts_attr_show_gpio_pin);
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index febcee7..e0455be 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.1.7"
+#define DRIVER_VERSION "v4.1.8"
#define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>"
#define DRIVER_DESC "MTS-IO Controller"
#define DRIVER_NAME "mts-io"