diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-09-04 13:38:01 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-09-04 13:38:01 -0500 |
commit | 5503d316c26d664117ff899c0dece6efc5ea7077 (patch) | |
tree | f37a8b7b4829162478cc3d05416baf6ae0786c3c /io-module/mts_io.h | |
parent | fc543eac11fbeb87fe226b8f7921725c4139bb33 (diff) | |
download | mts-io-5503d316c26d664117ff899c0dece6efc5ea7077.tar.gz mts-io-5503d316c26d664117ff899c0dece6efc5ea7077.tar.bz2 mts-io-5503d316c26d664117ff899c0dece6efc5ea7077.zip |
add support for MTAC-MFSER
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 cff0b2a..c76471c 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -49,6 +49,7 @@ struct device_attribute _dev_name = { \ #define PRODUCT_ID_MTR2D2 "MTR2D2" #define PRODUCT_ID_MTDC_GPIOB "MTDC-GPIOB" +#define PRODUCT_ID_MTAC_MFSER "MTAC-MFSER" #define PRODUCT_ID_MTDC_ETH "MTDC-ETH" #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" @@ -79,6 +80,7 @@ enum { enum { MTDC_NONE, MTDC_GPIOB_0_0, + MTAC_MFSER_0_0, }; // GPIO pin types:input, output, open drain (1 = high Z, 0 = output low) |