diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-12-16 10:32:44 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-12-16 10:32:44 -0600 |
commit | fda5aea67ed4494fa1868eaa58f4dc95821b6365 (patch) | |
tree | c3a84cf9fadbac6b48491932069b750cc3ad23b0 /io-module/mts_io.h | |
parent | 1b04a0689b9e0eee15e1851cc136be2864c8a3a9 (diff) | |
parent | 5be8276633ef25569de793e5d2d3c5c0943a7718 (diff) | |
download | cdp-io-controller-fda5aea67ed4494fa1868eaa58f4dc95821b6365.tar.gz cdp-io-controller-fda5aea67ed4494fa1868eaa58f4dc95821b6365.tar.bz2 cdp-io-controller-fda5aea67ed4494fa1868eaa58f4dc95821b6365.zip |
Merge branch 'master' of sw.multitech.prv:/git/jjg/cdp-io-controller
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index a8d302e..30b794d 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -31,6 +31,7 @@ struct device_attribute _dev_name = { \ #define PRODUCT_ID_MTR2 "MTR2" #define PRODUCT_ID_MTR "MTR" #define PRODUCT_ID_MTOCGD3 "MTOCGD3" +#define PRODUCT_ID_MTOCGD "MTOCGD" #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" #define HW_VERSION_MTCDP_0_0 "MTCDP-0.0" @@ -40,6 +41,7 @@ struct device_attribute _dev_name = { \ #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" enum { MTCDP_E1_DK_0_0, @@ -49,6 +51,7 @@ enum { MTR_0_0, MTR_0_1, MTOCGD3_0_0, + MTOCGD_0_0, }; #define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3) |