diff options
author | Sean Godinez <sgodinez@multitech.com> | 2013-07-17 09:29:25 -0500 |
---|---|---|
committer | Sean Godinez <sgodinez@multitech.com> | 2013-07-17 09:29:25 -0500 |
commit | 7a6e6d70d77aa2176716f6b3e9b3a81e069a0c14 (patch) | |
tree | 8f52a7371e3413f99ff695deff5d26643932e937 /io-module/mts_io.h | |
parent | d5beeadc07864a4bdc970ed76bd4693529039fcd (diff) | |
parent | 6a0c178ac7de9488debdb2fcf0c66e11d5e2c3cf (diff) | |
download | mts-io-7a6e6d70d77aa2176716f6b3e9b3a81e069a0c14.tar.gz mts-io-7a6e6d70d77aa2176716f6b3e9b3a81e069a0c14.tar.bz2 mts-io-7a6e6d70d77aa2176716f6b3e9b3a81e069a0c14.zip |
Merge branch 'master' of sw.multitech.prv:/usr/local/git/jjg/cdp-io-controller
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 43106cb..30b794d 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -39,6 +39,7 @@ struct device_attribute _dev_name = { \ #define HW_VERSION_MT100EOCG_0_0 "MT100EOCG-0.0" #define HW_VERSION_MTR2_0_0 "MTR2-0.0" #define HW_VERSION_MTR_0_0 "MTR-0.0" +#define HW_VERSION_MTR_0_1 "MTR-0.1" #define HW_VERSION_MTOCGD3_0_0 "MTOCGD3-0.0" #define HW_VERSION_MTOCGD_0_0 "MTOCGD-0.0" @@ -48,6 +49,7 @@ enum { MT100EOCG_0_0, MTR2_0_0, MTR_0_0, + MTR_0_1, MTOCGD3_0_0, MTOCGD_0_0, }; |