sinfonia-chcs2245: Add USB PID, and regression jobs.

This commit is contained in:
Solomon Peachy 2019-05-23 12:25:01 -04:00
parent 22a3f8d4c5
commit d454dfffa4
7 changed files with 57 additions and 6 deletions

6
README
View File

@ -584,6 +584,7 @@
Model IDs recognized:
sinfonia-chcs6145 ciaat-brava-21 shinko-chcs6145
sinfonia-chcs2245
Model IDs for backwards compatibility with older releases:
@ -594,10 +595,13 @@
Ciaat Brava 21
Shinko CHC-S6145 (aka "Sinfonia CS2")
Work-in-progress printers:
Sinfonia CHC-S2245 (aka "S3")
Unsupported printers (Unknown VID/PID)
Kodak 6900
Sinfonia CHC-S2245 (aka "S3")
*** VERY IMPORTANT ***

View File

@ -162,6 +162,7 @@ enum {
P_KODAK_7000 = 50,
P_KODAK_701X = 51,
P_KODAK_6900 = 52,
P_SHINKO_S2245 = 53,
P_END,
};

View File

@ -240,6 +240,9 @@ static const char *error_codes(uint8_t major, uint8_t minor)
}
case 0x5: /* "Paper Jam" */
switch (minor) {
// XXX these have been seen on EK7000:
// case 0x0c:
// case 0x36:
case 0x3D:
return "Paper Jam: Feed Cut->Home";
case 0x3E:

View File

@ -1982,13 +1982,13 @@ static int shinkos6145_query_markers(void *vctx, struct marker **markers, int *c
#define USB_VID_SHINKO 0x10CE
#define USB_PID_SHINKO_S6145 0x0019
#define USB_PID_SHINKO_S6145D 0x001E /* Aka CIAAT Brava 21 */
//#define USB_PID_SHINKO_S2245 0xXXXX
#define USB_PID_SHINKO_S2245 0x0039
#define USB_VID_KODAK 0x040a
//#define USB_PID_KODAK_6900 0xXXXX /* Aka S2245-6A */
static const char *shinkos6145_prefixes[] = {
"sinfonia-chcs6145", "ciaat-brava-21",
// "sinfoina-chcs2245", "kodak-6900",
"sinfoina-chcs2245", // "kodak-6900",
// extras
"shinko-chcs6145",
// backwards-compatiblity
@ -1997,7 +1997,7 @@ static const char *shinkos6145_prefixes[] = {
};
struct dyesub_backend shinkos6145_backend = {
.name = "Shinko/Sinfonia CHC-S6145/CS2",
.name = "Shinko/Sinfonia CHC-S6145/CS2/S2245/S3",
.version = "0.35" " (lib " LIBSINFONIA_VER ")",
.uri_prefixes = shinkos6145_prefixes,
.cmdline_usage = shinkos6145_cmdline,
@ -2013,7 +2013,7 @@ struct dyesub_backend shinkos6145_backend = {
.devices = {
{ USB_VID_SHINKO, USB_PID_SHINKO_S6145, P_SHINKO_S6145, NULL, "sinfonia-chcs6145"},
{ USB_VID_SHINKO, USB_PID_SHINKO_S6145D, P_SHINKO_S6145D, NULL, "ciaat-brava-21"},
// { USB_VID_SHINKO, USB_PID_SHINKO_S2245, P_SHINKO_S2245, NULL, "sinfonia-chcs2245"},
{ USB_VID_SHINKO, USB_PID_SHINKO_S2245, P_SHINKO_S2245, NULL, "sinfonia-chcs2245"},
// { USB_VID_KODAK, USB_PID_KODAK_6900, P_SHINKO_S2245, NULL, "sinfonia-chcs6145"},
{ 0, 0, 0, NULL, NULL}
}

View File

@ -579,7 +579,7 @@ static int get_status(struct shinkos6245_ctx *ctx)
INFO("\tMaintenance:\t\t%08u\n", le32_to_cpu(resp.count_maint));
INFO("\tPrint Head:\t\t%08u\n", le32_to_cpu(resp.count_head));
INFO(" Cutter Actuations:\t%08u\n", le32_to_cpu(resp.count_cutter));
INFO(" Ribbon Remaining:\t%08u\n", le32_to_cpu(resp.count_ribbon_left));
INFO(" Ribbon Remaining:\t%8u%%\n", le32_to_cpu(resp.count_ribbon_left));
INFO("Bank 1: 0x%02x (%s) Job %03u @ %03u/%03u (%03u remaining)\n",
resp.bank1_status, sinfonia_bank_statuses(resp.bank1_status),
resp.bank1_printid,
@ -606,6 +606,7 @@ static int get_status(struct shinkos6245_ctx *ctx)
&num)) < 0) {
return ret;
}
// XXX breaks on Kodak 8810!
if (le16_to_cpu(resp2.hdr.payload_len) != (sizeof(struct sinfonia_getextcounter_resp) - sizeof(struct sinfonia_status_hdr)))
return 0;

View File

@ -147,6 +147,9 @@
# Shinko CHC-S2145 (aka Sinfonia S2)
0x10ce 0x000e blacklist
# Shinko CHC-S2245 (aka Sinfonia S3)
0x10ce 0x0039 blacklist
# Shinko CHC-S6145 (aka Sinfonia CS2)
0x10ce 0x0019 blacklist

View File

@ -60,6 +60,7 @@ kodak-6800,0x040a,0x4021,0xb,PageSize=w432h432
kodak-6800,0x040a,0x4021,0xb,PageSize=w432h432-div2
kodak-6800,0x040a,0x4021,0xb,PageSize=w432h576
kodak-6800,0x040a,0x4021,0xb,PageSize=w432h576-div2
#
kodak-6850,0x040a,0x402b,0xb,PageSize=w144h432
kodak-6850,0x040a,0x402b,0xb,PageSize=w216h432
kodak-6850,0x040a,0x402b,0xb,PageSize=w288h432
@ -75,10 +76,13 @@ kodak-605,0x040a,0x402e,0xb,PageSize=w216h432
kodak-605,0x040a,0x402e,0xb,PageSize=w288h432
kodak-605,0x040a,0x402e,0xb,PageSize=w432h576
kodak-605,0x040a,0x402e,0x3,PageSize=w360h504
#
kodak-7000,0x040a,0x4035,0xb,PageSize=w288h432
kodak-7000,0x040a,0x4035,0xb,PageSize=w432h576
#
kodak-7010,0x040a,0x4037,0xb,PageSize=w288h432
kodak-7010,0x040a,0x4037,0xb,PageSize=w432h576
#
kodak-7015,0x040a,0x4037,0x3,PageSize=w360h504
#
shinko-chcs1245,0x10ce,0x0007,0,PageSize=w288h576
@ -126,6 +130,22 @@ shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504
shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=None
shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=Glossy
shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=Matte
#
shinko-chcs2245,0x10ce,0x0039,1,PageSize=w144h432
shinko-chcs2245,0x10ce,0x0039,1,PageSize=w288h432
shinko-chcs2245,0x10ce,0x0039,4,PageSize=w288h432
shinko-chcs2245,0x10ce,0x0039,1,PageSize=w288h432-div2
shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h432
shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576
shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576-w432h432_w432h144
shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576-div2
shinko-chcs2245,0x10ce,0x0039,5,PageSize=w432h648
shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h360
shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504
shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=None
shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=Glossy
shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=Matte
#
ciaat-brava-21,0x10ce,0x001e,4,PageSize=w288h432
#
shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=w288h576
@ -141,6 +161,7 @@ shinko-chcs6245,0x10ce,0x001d,0x12,PageSize=w576h864-div3
shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=Glossy
shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=Matte
shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=None
#
kodak-8810,0x040a,0x404d,0x11,PageSize=w288h576
kodak-8810,0x040a,0x404d,0x11,PageSize=c8x10
kodak-8810,0x040a,0x404d,0x12,PageSize=A4
@ -153,9 +174,11 @@ sony-updr150,0x054c,0x01e8,,PageSize=w288h432
sony-updr150,0x054c,0x01e8,,PageSize=w432h576
sony-updr150,0x054c,0x01e8,,PageSize=B7
sony-updr150,0x054c,0x01e8,,PageSize=w360h504
#
sony-upcr10l,0x054c,0x0226,,PageSize=w288h432
sony-upcr10l,0x054c,0x0226,,PageSize=B7
sony-upcr10l,0x054c,0x0226,,PageSize=w260h504
#
sony-updr200,0x054c,0x035f,,PageSize=w288h432
sony-updr200,0x054c,0x035f,,PageSize=w288h432-div2
sony-updr200,0x054c,0x035f,,PageSize=w432h576
@ -165,10 +188,12 @@ sony-updr200,0x054c,0x035f,,PageSize=w360h504
sony-updr200,0x054c,0x035f,,PageSize=w360h504-div2
sony-updr200,0x054c,0x035f,,PageSize=B7,StpLaminate=Glossy
sony-updr200,0x054c,0x035f,,PageSize=B7,StpLaminate=Matte
#
sony-upd895,0x054c,0x0049,,PageSize=w213h284
sony-upd895,0x054c,0x0049,,PageSize=w284h284
sony-upd895,0x054c,0x0049,,PageSize=w426h284
sony-upd895,0x054c,0x0049,,PageSize=w907h284
#
sony-upd897,0x054c,0x01e7,,PageSize=w213h284
sony-upd897,0x054c,0x01e7,,PageSize=w284h284
sony-upd897,0x054c,0x01e7,,PageSize=w426h284
@ -197,6 +222,7 @@ mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpUserComment=0123456789abcdef
mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=DateTime
mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=Date
mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=Settings
#
mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w213h284
mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w227h284
mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w284h284
@ -221,6 +247,7 @@ mitsubishi-9550dw,0x06d3,0x03a1,0x4,PageSize=w360h504
mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=Fine
mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=FineDeep
mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=SuperFine
#
mitsubishi-9550dw-s,0x06d3,0x03a5,0x2,PageSize=w288h432
mitsubishi-9550dw-s,0x06d3,0x03a5,0x2,PageSize=w288h432-div2
mitsubishi-9550dw-s,0x06d3,0x03a5,0x5,PageSize=w432h576
@ -231,6 +258,7 @@ mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=w360h504
mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=Fine
mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=FineDeep
mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=SuperFine
#
mitsubishi-9600dw,0x06d3,0x03a9,0x2,PageSize=w288h432;Resolution=300x300dpi
mitsubishi-9600dw,0x06d3,0x03a9,0x6,PageSize=w432h576;Resolution=300x300dpi
mitsubishi-9600dw,0x06d3,0x03a9,0x5,PageSize=w432h612;Resolution=300x300dpi
@ -243,6 +271,7 @@ mitsubishi-9600dw,0x06d3,0x03a9,0x5,PageSize=w432h612;Resolution=600x600dpi
mitsubishi-9600dw,0x06d3,0x03a9,0x5,PageSize=w432h648;Resolution=600x600dpi
mitsubishi-9600dw,0x06d3,0x03a9,0x4,PageSize=B7;Resolution=600x600dpi
mitsubishi-9600dw,0x06d3,0x03a9,0x4,PageSize=w360h504;Resolution=600x600dpi
#
mitsubishi-9800dw,0x06d3,0x03ad,0x2,PageSize=w288h432
mitsubishi-9800dw,0x06d3,0x03ad,0x6,PageSize=w432h576
mitsubishi-9800dw,0x06d3,0x03ad,0x5,PageSize=w432h612
@ -260,6 +289,7 @@ mitsubishi-9800dw-s,0x06d3,0x03ae,0x5,PageSize=w432h612
mitsubishi-9800dw-s,0x06d3,0x03ae,0x5,PageSize=w432h648
mitsubishi-9800dw-s,0x06d3,0x03ae,0x4,PageSize=B7
mitsubishi-9800dw-s,0x06d3,0x03ae,0x4,PageSize=w360h504
#
mitsubishi-9810dw,0x06d3,0x3b21,0x2,PageSize=w288h432
mitsubishi-9810dw,0x06d3,0x3b21,0x6,PageSize=w432h576
mitsubishi-9810dw,0x06d3,0x3b21,0x5,PageSize=w432h612
@ -308,6 +338,7 @@ kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpLaminate=Matte
kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpUseLUT=True
kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpSharpen=0
kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpSharpen=9
#
mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w288h432
mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w288h432-div2
mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w432h432
@ -322,6 +353,7 @@ mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w432h576;StpSharpen=9
mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=B7
mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=w360h504
mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=w360h504-div2
#
mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w288h432
mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w288h432-div2
mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w432h432
@ -335,6 +367,7 @@ mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w432h576;StpSharpen=0
mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w432h576;StpSharpen=9
mitsubishi-d80dw,0x06d3,0x3b36,0x4,PageSize=w360h360
mitsubishi-d80dw,0x06d3,0x3b36,0x4,PageSize=w360h504
#
mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w288h432
mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w288h432-div2
mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w432h432
@ -351,6 +384,7 @@ mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w432h576;StpSharpen=0
mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w432h576;StpSharpen=9
mitsubishi-d70dw,0x06d3,0x3b30,0x4,PageSize=w360h360
mitsubishi-d70dw,0x06d3,0x3b30,0x4,PageSize=w360h504
#
fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w288h432
fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w288h432-div2
fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w432h432
@ -388,6 +422,7 @@ dnp-ds40,0x1343,0x0003,210,PageSize=B7;Resolution=300x600dpi
dnp-ds40,0x1343,0x0003,210,PageSize=w360h504;Resolution=300x600dpi
dnp-ds40,0x1343,0x0003,210,PageSize=w360h504-div2;Resolution=300x600dpi
dnp-ds40,0x1343,0x0003,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
#
dnp-dsrx1,0x1343,0x0005,310,PageSize=w288h432;Resolution=300x300dpi
dnp-dsrx1,0x1343,0x0005,310,PageSize=w288h432-div2;Resolution=300x300dpi
dnp-dsrx1,0x1343,0x0005,310,PageSize=w432h432;Resolution=300x300dpi
@ -409,6 +444,7 @@ dnp-dsrx1,0x1343,0x0005,210,PageSize=w360h360;Resolution=300x600dpi
dnp-dsrx1,0x1343,0x0005,210,PageSize=w360h504;Resolution=300x600dpi
dnp-dsrx1,0x1343,0x0005,210,PageSize=w360h504-div2;Resolution=300x600dpi
dnp-dsrx1,0x1343,0x0005,310,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
#
citizen-cw-01,0x1343,0x0002,400,PageSize=w288h432;Resolution=334x334dpi
citizen-cw-01,0x1343,0x0002,400,PageSize=w432h576;Resolution=334x334dpi
citizen-cw-01,0x1343,0x0002,400,PageSize=w432h648;Resolution=334x334dpi
@ -423,6 +459,7 @@ citizen-cw-01,0x1343,0x0002,210,PageSize=w252h338;Resolution=334x600dpi
citizen-cw-01,0x1343,0x0002,210,PageSize=B7;Resolution=334x600dpi
citizen-cw-01,0x1343,0x0002,210,PageSize=w360h504;Resolution=334x600dpi
citizen-cw-01,0x1343,0x0002,210,PageSize=w338h504;Resolution=334x600dpi
#
dnp-ds620,0x1452,0x8b01,400,PageSize=w288h432;Resolution=300x300dpi
dnp-ds620,0x1452,0x8b01,400,PageSize=w288h432-div2;Resolution=300x300dpi
dnp-ds620,0x1452,0x8b01,400,PageSize=w324h432;Resolution=300x300dpi
@ -459,6 +496,7 @@ dnp-ds620,0x1452,0x8b01,210,PageSize=w360h504-w360h360_w360h144;Resolution=300x6
dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=MatteFine
dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=MatteLuster
#
dnp-ds80,0x1343,0x0004,510,PageSize=w288h576;Resolution=300x300dpi
dnp-ds80,0x1343,0x0004,510,PageSize=w360h576;Resolution=300x300dpi
dnp-ds80,0x1343,0x0004,510,PageSize=w432h576;Resolution=300x300dpi
@ -489,6 +527,7 @@ dnp-ds80,0x1343,0x0004,510,PageSize=w576h864-div2;Resolution=300x600dpi
dnp-ds80,0x1343,0x0004,510,PageSize=w576h864-div3;Resolution=300x600dpi
dnp-ds80,0x1343,0x0004,510,PageSize=w576h864-w576h576_w576h288;Resolution=300x600dpi
dnp-ds80,0x1343,0x0004,510,PageSize=w576h864;Resolution=300x600dpi;StpLaminate=Matte
#
dnp-ds820,0x1452,0x9001,510,PageSize=w288h576;Resolution=300x300dpi
dnp-ds820,0x1452,0x9001,510,PageSize=w360h576;Resolution=300x300dpi
dnp-ds820,0x1452,0x9001,510,PageSize=w432h576;Resolution=300x300dpi

1 #gp_printername,vid,pid,type,gp_options
60 kodak-6800,0x040a,0x4021,0xb,PageSize=w432h432-div2
61 kodak-6800,0x040a,0x4021,0xb,PageSize=w432h576
62 kodak-6800,0x040a,0x4021,0xb,PageSize=w432h576-div2
63 #
64 kodak-6850,0x040a,0x402b,0xb,PageSize=w144h432
65 kodak-6850,0x040a,0x402b,0xb,PageSize=w216h432
66 kodak-6850,0x040a,0x402b,0xb,PageSize=w288h432
76 kodak-605,0x040a,0x402e,0xb,PageSize=w288h432
77 kodak-605,0x040a,0x402e,0xb,PageSize=w432h576
78 kodak-605,0x040a,0x402e,0x3,PageSize=w360h504
79 #
80 kodak-7000,0x040a,0x4035,0xb,PageSize=w288h432
81 kodak-7000,0x040a,0x4035,0xb,PageSize=w432h576
82 #
83 kodak-7010,0x040a,0x4037,0xb,PageSize=w288h432
84 kodak-7010,0x040a,0x4037,0xb,PageSize=w432h576
85 #
86 kodak-7015,0x040a,0x4037,0x3,PageSize=w360h504
87 #
88 shinko-chcs1245,0x10ce,0x0007,0,PageSize=w288h576
130 shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=None
131 shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=Glossy
132 shinko-chcs6145,0x10ce,0x0019,3,PageSize=w360h504;StpLamination=Matte
133 #
134 shinko-chcs2245,0x10ce,0x0039,1,PageSize=w144h432
135 shinko-chcs2245,0x10ce,0x0039,1,PageSize=w288h432
136 shinko-chcs2245,0x10ce,0x0039,4,PageSize=w288h432
137 shinko-chcs2245,0x10ce,0x0039,1,PageSize=w288h432-div2
138 shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h432
139 shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576
140 shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576-w432h432_w432h144
141 shinko-chcs2245,0x10ce,0x0039,4,PageSize=w432h576-div2
142 shinko-chcs2245,0x10ce,0x0039,5,PageSize=w432h648
143 shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h360
144 shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504
145 shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=None
146 shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=Glossy
147 shinko-chcs2245,0x10ce,0x0039,3,PageSize=w360h504;StpLamination=Matte
148 #
149 ciaat-brava-21,0x10ce,0x001e,4,PageSize=w288h432
150 #
151 shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=w288h576
161 shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=Glossy
162 shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=Matte
163 shinko-chcs6245,0x10ce,0x001d,0x11,PageSize=c8x10;StpLamination=None
164 #
165 kodak-8810,0x040a,0x404d,0x11,PageSize=w288h576
166 kodak-8810,0x040a,0x404d,0x11,PageSize=c8x10
167 kodak-8810,0x040a,0x404d,0x12,PageSize=A4
174 sony-updr150,0x054c,0x01e8,,PageSize=w432h576
175 sony-updr150,0x054c,0x01e8,,PageSize=B7
176 sony-updr150,0x054c,0x01e8,,PageSize=w360h504
177 #
178 sony-upcr10l,0x054c,0x0226,,PageSize=w288h432
179 sony-upcr10l,0x054c,0x0226,,PageSize=B7
180 sony-upcr10l,0x054c,0x0226,,PageSize=w260h504
181 #
182 sony-updr200,0x054c,0x035f,,PageSize=w288h432
183 sony-updr200,0x054c,0x035f,,PageSize=w288h432-div2
184 sony-updr200,0x054c,0x035f,,PageSize=w432h576
188 sony-updr200,0x054c,0x035f,,PageSize=w360h504-div2
189 sony-updr200,0x054c,0x035f,,PageSize=B7,StpLaminate=Glossy
190 sony-updr200,0x054c,0x035f,,PageSize=B7,StpLaminate=Matte
191 #
192 sony-upd895,0x054c,0x0049,,PageSize=w213h284
193 sony-upd895,0x054c,0x0049,,PageSize=w284h284
194 sony-upd895,0x054c,0x0049,,PageSize=w426h284
195 sony-upd895,0x054c,0x0049,,PageSize=w907h284
196 #
197 sony-upd897,0x054c,0x01e7,,PageSize=w213h284
198 sony-upd897,0x054c,0x01e7,,PageSize=w284h284
199 sony-upd897,0x054c,0x01e7,,PageSize=w426h284
222 mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=DateTime
223 mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=Date
224 mitsubishi-p93d,0x06d3,0x0398,,PageSize=w284h284;StpComment=Settings
225 #
226 mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w213h284
227 mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w227h284
228 mitsubishi-p95d,0x06d3,0x3b10,,PageSize=w284h284
247 mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=Fine
248 mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=FineDeep
249 mitsubishi-9550dw,0x06d3,0x03a1,0x1,PageSize=B7;StpPrintSpeed=SuperFine
250 #
251 mitsubishi-9550dw-s,0x06d3,0x03a5,0x2,PageSize=w288h432
252 mitsubishi-9550dw-s,0x06d3,0x03a5,0x2,PageSize=w288h432-div2
253 mitsubishi-9550dw-s,0x06d3,0x03a5,0x5,PageSize=w432h576
258 mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=Fine
259 mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=FineDeep
260 mitsubishi-9550dw-s,0x06d3,0x03a5,0x4,PageSize=B7;StpPrintSpeed=SuperFine
261 #
262 mitsubishi-9600dw,0x06d3,0x03a9,0x2,PageSize=w288h432;Resolution=300x300dpi
263 mitsubishi-9600dw,0x06d3,0x03a9,0x6,PageSize=w432h576;Resolution=300x300dpi
264 mitsubishi-9600dw,0x06d3,0x03a9,0x5,PageSize=w432h612;Resolution=300x300dpi
271 mitsubishi-9600dw,0x06d3,0x03a9,0x5,PageSize=w432h648;Resolution=600x600dpi
272 mitsubishi-9600dw,0x06d3,0x03a9,0x4,PageSize=B7;Resolution=600x600dpi
273 mitsubishi-9600dw,0x06d3,0x03a9,0x4,PageSize=w360h504;Resolution=600x600dpi
274 #
275 mitsubishi-9800dw,0x06d3,0x03ad,0x2,PageSize=w288h432
276 mitsubishi-9800dw,0x06d3,0x03ad,0x6,PageSize=w432h576
277 mitsubishi-9800dw,0x06d3,0x03ad,0x5,PageSize=w432h612
289 mitsubishi-9800dw-s,0x06d3,0x03ae,0x5,PageSize=w432h648
290 mitsubishi-9800dw-s,0x06d3,0x03ae,0x4,PageSize=B7
291 mitsubishi-9800dw-s,0x06d3,0x03ae,0x4,PageSize=w360h504
292 #
293 mitsubishi-9810dw,0x06d3,0x3b21,0x2,PageSize=w288h432
294 mitsubishi-9810dw,0x06d3,0x3b21,0x6,PageSize=w432h576
295 mitsubishi-9810dw,0x06d3,0x3b21,0x5,PageSize=w432h612
338 kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpUseLUT=True
339 kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpSharpen=0
340 kodak-305,0x040a,0x404f,0xf,PageSize=w432h576;StpSharpen=9
341 #
342 mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w288h432
343 mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w288h432-div2
344 mitsubishi-k60dw,0x006d3,0x3b31,0xf,PageSize=w432h432
353 mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=B7
354 mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=w360h504
355 mitsubishi-k60dw,0x006d3,0x3b31,0x4,PageSize=w360h504-div2
356 #
357 mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w288h432
358 mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w288h432-div2
359 mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w432h432
367 mitsubishi-d80dw,0x06d3,0x3b36,0xf,PageSize=w432h576;StpSharpen=9
368 mitsubishi-d80dw,0x06d3,0x3b36,0x4,PageSize=w360h360
369 mitsubishi-d80dw,0x06d3,0x3b36,0x4,PageSize=w360h504
370 #
371 mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w288h432
372 mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w288h432-div2
373 mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w432h432
384 mitsubishi-d70dw,0x06d3,0x3b30,0xf,PageSize=w432h576;StpSharpen=9
385 mitsubishi-d70dw,0x06d3,0x3b30,0x4,PageSize=w360h360
386 mitsubishi-d70dw,0x06d3,0x3b30,0x4,PageSize=w360h504
387 #
388 fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w288h432
389 fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w288h432-div2
390 fujifilm-ask-300,0x04cb,0x5006,0xf,PageSize=w432h432
422 dnp-ds40,0x1343,0x0003,210,PageSize=w360h504;Resolution=300x600dpi
423 dnp-ds40,0x1343,0x0003,210,PageSize=w360h504-div2;Resolution=300x600dpi
424 dnp-ds40,0x1343,0x0003,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
425 #
426 dnp-dsrx1,0x1343,0x0005,310,PageSize=w288h432;Resolution=300x300dpi
427 dnp-dsrx1,0x1343,0x0005,310,PageSize=w288h432-div2;Resolution=300x300dpi
428 dnp-dsrx1,0x1343,0x0005,310,PageSize=w432h432;Resolution=300x300dpi
444 dnp-dsrx1,0x1343,0x0005,210,PageSize=w360h504;Resolution=300x600dpi
445 dnp-dsrx1,0x1343,0x0005,210,PageSize=w360h504-div2;Resolution=300x600dpi
446 dnp-dsrx1,0x1343,0x0005,310,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
447 #
448 citizen-cw-01,0x1343,0x0002,400,PageSize=w288h432;Resolution=334x334dpi
449 citizen-cw-01,0x1343,0x0002,400,PageSize=w432h576;Resolution=334x334dpi
450 citizen-cw-01,0x1343,0x0002,400,PageSize=w432h648;Resolution=334x334dpi
459 citizen-cw-01,0x1343,0x0002,210,PageSize=B7;Resolution=334x600dpi
460 citizen-cw-01,0x1343,0x0002,210,PageSize=w360h504;Resolution=334x600dpi
461 citizen-cw-01,0x1343,0x0002,210,PageSize=w338h504;Resolution=334x600dpi
462 #
463 dnp-ds620,0x1452,0x8b01,400,PageSize=w288h432;Resolution=300x300dpi
464 dnp-ds620,0x1452,0x8b01,400,PageSize=w288h432-div2;Resolution=300x300dpi
465 dnp-ds620,0x1452,0x8b01,400,PageSize=w324h432;Resolution=300x300dpi
496 dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=Matte
497 dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=MatteFine
498 dnp-ds620,0x1452,0x8b01,400,PageSize=w432h576;Resolution=300x600dpi;StpLaminate=MatteLuster
499 #
500 dnp-ds80,0x1343,0x0004,510,PageSize=w288h576;Resolution=300x300dpi
501 dnp-ds80,0x1343,0x0004,510,PageSize=w360h576;Resolution=300x300dpi
502 dnp-ds80,0x1343,0x0004,510,PageSize=w432h576;Resolution=300x300dpi
527 dnp-ds80,0x1343,0x0004,510,PageSize=w576h864-div3;Resolution=300x600dpi
528 dnp-ds80,0x1343,0x0004,510,PageSize=w576h864-w576h576_w576h288;Resolution=300x600dpi
529 dnp-ds80,0x1343,0x0004,510,PageSize=w576h864;Resolution=300x600dpi;StpLaminate=Matte
530 #
531 dnp-ds820,0x1452,0x9001,510,PageSize=w288h576;Resolution=300x300dpi
532 dnp-ds820,0x1452,0x9001,510,PageSize=w360h576;Resolution=300x300dpi
533 dnp-ds820,0x1452,0x9001,510,PageSize=w432h576;Resolution=300x300dpi