diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-08-25 14:43:59 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-08-25 14:43:59 -0500 |
commit | 6709e0cb9fce54385937ccd4d42dece2159664a9 (patch) | |
tree | f5b2d0d0eee49c9cd6d5ac6344c0e071a8109baf /io-module/mts_io.h | |
parent | 19018dbbb35bd2940721ea6f04400a58c9644839 (diff) | |
download | mts-io-6709e0cb9fce54385937ccd4d42dece2159664a9.tar.gz mts-io-6709e0cb9fce54385937ccd4d42dece2159664a9.tar.bz2 mts-io-6709e0cb9fce54385937ccd4d42dece2159664a9.zip |
mts-io: more changes for mtr2d2 HW
only log MAC addresses for BT and WIFI if capable
log contents of both accessory card EEPROMs
skip loading accessory card attributes for now - needs rework w/new HW
define MTAC-ETH in mts-io.h
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index fc37ac5..cff0b2a 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -49,7 +49,7 @@ struct device_attribute _dev_name = { \ #define PRODUCT_ID_MTR2D2 "MTR2D2" #define PRODUCT_ID_MTDC_GPIOB "MTDC-GPIOB" - +#define PRODUCT_ID_MTDC_ETH "MTDC-ETH" #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" #define HW_VERSION_MTCDP_0_0 "MTCDP-0.0" |