Add new EMC device model string

This commit is contained in:
John Van Ostrand 2017-06-12 15:58:25 -04:00 committed by Jef Driesen
parent 216e393f43
commit 3a2f2ff0c3

View File

@ -251,6 +251,7 @@ cochran_commander_get_model (cochran_commander_device_t *device)
{"A31", COCHRAN_MODEL_EMC_16},
{"230", COCHRAN_MODEL_EMC_20},
{"231", COCHRAN_MODEL_EMC_20},
{"\x40""30", COCHRAN_MODEL_EMC_20},
};
unsigned int model = 0xFFFFFFFF;