pixma_mp150: special image format handling only needed for existing sub-images

merge-requests/231/head
Rolf Bensch 2019-11-01 19:44:27 +01:00
rodzic 95e208527a
commit cffeb11ee6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1086,7 +1086,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
/* special image format for *most* devices at high dpi.
* MP220, MX360 and generation 5 scanners are exceptions */
if (n > 0
if (n > 1
&& s->cfg->pid != MP220_PID
&& s->cfg->pid != MP490_PID
&& s->cfg->pid != MX360_PID