merge-requests/1/head
Rolf Bensch 2013-06-15 22:27:07 +02:00
rodzic e96418ae40
commit ec0344af85
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2013-06-15 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp810.c: fix test mode
2013-06-10 Stéphane Voltz <stef.dev@free.fr>
* tools/check-usb-chip.c: add genesys GL128, GT-68xx usb chip
detection.

Wyświetl plik

@ -1621,7 +1621,7 @@ static unsigned post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
/*--comment out all between this line and the one below for 9000F tests at 9600dpi or MP960 at 4800dpi ------*/
/* if ( 0 ) */
if ((((s->cfg->pid != CS9000F_PID || s->cfg->pid == CS9000F_MII_PID) || (s->param->xdpi < 9600))
if ((((s->cfg->pid != CS9000F_PID && s->cfg->pid != CS9000F_MII_PID) || (s->param->xdpi < 9600))
&& ((s->cfg->pid != MP960_PID) || (s->param->xdpi < 4800))
&& ((s->cfg->pid != MP810_PID) || (s->param->xdpi < 4800)))
|| (test == 0))