diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-09-13 22:35:55 +0300 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-09-13 22:35:55 +0300 |
commit | f544b19438dc3a0c14b957d8ba5fcc1113ecf542 (patch) | |
tree | b646dff5614f9f2009904cec34d49c466ddb227b /io-module/mts_io.h | |
parent | f85e518970c3fec481ce59aabf91f097466ef40c (diff) | |
download | mts-io-f544b19438dc3a0c14b957d8ba5fcc1113ecf542.tar.gz mts-io-f544b19438dc3a0c14b957d8ba5fcc1113ecf542.tar.bz2 mts-io-f544b19438dc3a0c14b957d8ba5fcc1113ecf542.zip |
feat: add MTP-0.0 hardware support1.3.0
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 2939894..791235f 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -63,6 +63,7 @@ struct device_attribute _dev_name = { \ #define HW_VERSION_MTR_0_1 "MTR-0.1" #define HW_VERSION_MTCDT_0_0 "MTCDT-0.0" #define HW_VERSION_MTCDT_0_1 "MTCDT-0.1" +#define HW_VERSION_MTP_0_0 "MTP-0.0" enum { MTCDP_E1_DK_0_0, @@ -72,6 +73,7 @@ enum { MTR_0_1, MTCDT_0_0, MTCDT_0_1, + MTP_0_0, }; enum { |