Make a note of the new Mitsubishi CP-M15 model

This commit is contained in:
Solomon Peachy 2020-02-20 20:12:05 -05:00
parent 86b49ccd70
commit d0e94694a3
3 changed files with 6 additions and 2 deletions

4
README
View file

@ -81,7 +81,7 @@
Mitsubishi CP-3020D/DE and CP-3020DA/DAE
Mitsubishi CP-9000DW, CP-9500DW, and CP-9600DW-S
Mitsubishi CP-9800DW, CP-9800DW-S, CP-9810DW, and CP-9820DW-S
Mitsubishi CP-M1A / CP-M1E
Mitsubishi CP-M1A / CP-M1E / CP-M15E
Olmec OP900
Shinko CHC-S2245 (aka Sinfonia S3)
Shinko CHC-S6145-5A (aka Sinfonia CS2-c)
@ -965,7 +965,7 @@
Work-in-progress printers:
Mitsubishi CP-M1A / CP-M1E
Mitsubishi CP-M1A / CP-M1E / CP-M15E
Unsupported printers (Unknown VID/PID):

View file

@ -259,4 +259,7 @@ const char *mitsu_media_types(uint8_t brand, uint8_t type)
// CK-M57S (5x7 for M1)
// CK-M68S (6x8 for M1)
// CK-M46S (6x4 for M1)
// CK-M15S (6x4 for M15)
// CK-M18S (5x7 for M15)
// CK-M20S (6x8 for M15)
}

View file

@ -1442,6 +1442,7 @@ struct dyesub_backend mitsud90_backend = {
.devices = {
{ USB_VID_MITSU, USB_PID_MITSU_D90, P_MITSU_D90, NULL, "mitsubishi-d90dw"},
// { USB_VID_MITSU, USB_PID_MITSU_CPM1, P_MITSU_M1, NULL, "mitsubishi-cpm1"},
// { USB_VID_MITSU, USB_PID_MITSU_CPM15, P_MITSU_M1, NULL, "mitsubishi-cpm15"},
{ 0, 0, 0, NULL, NULL}
}
};