Restored the original manufacturer ID of the flash on the dirich concetrator in the assignment of the flash parameters, and added the ID of the flash on the farich concentrator as a compatible flash manufacturer ID. Manuel Reyes
case 0x9700:
flashParam->flashType = FLASH_DIRICH_CONCENTRATOR;
- //flashParam->manId = 0x1720c2;
- flashParam->manId = 0x1728c2;
+ flashParam->manId = 0x1720c2; // manufacturer Id of flash on Dirich concentrator
+ flashParam->compatibleManId[0] = 0x1728c2; // manufacturer Id of flash on Farich concentrator
strcpy(flashParam->allowedStringId[0], "dirich_co");
strcpy(flashParam->allowedStringId[1], "combiner");
flashParam->numPages = 32768;