d70x: K60 and EK306 need a workaround.

master
Solomon Peachy 2016-01-19 17:45:35 -05:00
parent f578422aa7
commit f97b139549
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ top:
/* Any other fixups? */
#if 1 // XXX is this actually needed on the K60 and EK305?
if (ctx->type != P_MITSU_D70X &&
if ((ctx->type == P_MITSU_K60 || ctx->type == P_KODAK_305) &&
ctx->cols == 0x0748 &&
ctx->rows == 0x04c2) {
hdr->multicut = 1;