diff options
Diffstat (limited to 'mtac.c')
-rw-r--r-- | mtac.c | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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, |