From 19018dbbb35bd2940721ea6f04400a58c9644839 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 25 Aug 2014 12:59:56 -0500 Subject: initial support for MTR2D2 hardware --- io-module/mts_eeprom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io-module/mts_eeprom.h') diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index d6c3bd3..2e42008 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -23,8 +23,8 @@ struct mts_id_eeprom_layout { uint8_t reserved[302]; }; -/* daughter card EEPROM */ -struct mts_dc_eeprom_layout { +/* accessory card EEPROM */ +struct mts_ap_eeprom_layout { char vendor_id[32]; char product_id[32]; char device_id[32]; -- cgit v1.2.3