kodak68xx: Supports 4x6-div2!
This commit is contained in:
parent
5cde2b7cb7
commit
d10a4ffc45
|
@ -1191,6 +1191,8 @@ static int kodak6800_read_parse(void *vctx, const void **vjob, int data_fd, int
|
|||
job->hdr.method = 0x23;
|
||||
} else if (rows == 1240) {
|
||||
job->hdr.method = 0x01;
|
||||
} else if (rows == 1282) {
|
||||
job->hdr.method = 0x20;
|
||||
} else if (rows == 1882) {
|
||||
job->hdr.method = 0x22;
|
||||
} else if (rows == 2490) {
|
||||
|
|
|
@ -59,6 +59,7 @@ kodak-6800,kodak6800,0x040a,0x4021,0xb,PageSize=w432h576
|
|||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w144h432
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w216h432
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w288h432
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w288h432-div2
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w432h432
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w432h432-div2
|
||||
kodak-6850,kodak6850,0x040a,0x402b,0xb,PageSize=w432h576
|
||||
|
|
|
Loading…
Reference in a new issue