summaryrefslogtreecommitdiff
path: root/mtac.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtac.c')
-rw-r--r--mtac.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/mtac.c b/mtac.c
index 3215fc3..2fefc0e 100644
--- a/mtac.c
+++ b/mtac.c
@@ -22,8 +22,13 @@ EXPORT_SYMBOL(mts_ap_eeprom);
static const char* eeprom_file_name[NUM_AP] = {
#if NUM_AP > 0
- "1-0050/eeprom", "1-0052/eeprom"
-#endif
+ #ifdef mtcdt
+ "1-0050/eeprom", "1-0052/eeprom"
+ #endif
+ #ifdef mtcpmhs
+ "2-0050/eeprom", "2-0052/eeprom"
+ #endif
+#endif // NUM_AP > 0
};
/* info for accessory port (contains function pointers for setup and teardown,