diff options
author | John Klug <john.klug@multitech.com> | 2018-05-29 16:42:40 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-29 16:42:40 -0500 |
commit | b91ccf500e8faed3771fe9bf0f4c99c784c42445 (patch) | |
tree | edfe5b8a197622faecf7c8f46f47e0e7b1a6dbc8 | |
parent | 4ef2609858e80c0a6ec78f3358ec57e4a97d510c (diff) | |
download | mts-io-b91ccf500e8faed3771fe9bf0f4c99c784c42445.tar.gz mts-io-b91ccf500e8faed3771fe9bf0f4c99c784c42445.tar.bz2 mts-io-b91ccf500e8faed3771fe9bf0f4c99c784c42445.zip |
Bump driver level
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 57f07af..d17c6de 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -5,7 +5,7 @@ #include <linux/gpio.h> -#define DRIVER_VERSION "v2.0.5" +#define DRIVER_VERSION "v2.0.6" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |