diff options
author | John Klug <john.klug@multitech.com> | 2019-05-23 14:14:49 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-23 14:14:49 -0500 |
commit | 6edda2b3a73cbf41f6f92055d8949a4095f24d33 (patch) | |
tree | 5e07ec2931e4d5142f9a6e37e4fd9dbd8f01d240 /io-module/mts_io_module.h | |
parent | db87c99e4aa789cf9fdbfaf5b4f74a52641ec937 (diff) | |
download | mts-io-6edda2b3a73cbf41f6f92055d8949a4095f24d33.tar.gz mts-io-6edda2b3a73cbf41f6f92055d8949a4095f24d33.tar.bz2 mts-io-6edda2b3a73cbf41f6f92055d8949a4095f24d33.zip |
New MTHS HW Version 0.14.1.3
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r-- | io-module/mts_io_module.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 3d0240f..41a27e5 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.2" +#define DRIVER_VERSION "v4.1.3" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" @@ -38,6 +38,7 @@ #define HW_VERSION_MTCAP_0_0 "MTCAP-0.0" #define HW_VERSION_MTCAP_0_1 "MTCAP-0.1" #define HW_VERSION_MTHS_0_0 "MTHS-0.0" +#define HW_VERSION_MTHS_0_1 "MTHS-0.1" enum { MTCDP_E1_DK_0_0, @@ -54,7 +55,8 @@ enum { MTCDTIPHP_0_0, MTCAP_0_0, MTCAP_0_1, - MTHS_0_0, + MTHS_0_0, + MTHS_0_1, }; enum { |