pixma: fixes MP800 and MP800R TPU at 2400 dpi

by Gernot Hassenpflug

	modified:   backend/pixma_mp150.c
merge-requests/1/head
Nicolas Martin 2010-10-04 22:17:44 +02:00
rodzic e3757ae10c
commit c6bd0b3bde
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -590,8 +590,12 @@ calc_shifting (pixma_t * s)
case MP800_PID:
case MP800R_PID:
case MP830_PID:
case MP960_PID:
if (s->param->xdpi == 2400)
mp->stripe_shift = 6;
break;
case MP830_PID:
case MP810_PID:
if (s->param->xdpi == 2400)
mp->stripe_shift = 3;
@ -615,7 +619,7 @@ calc_shifting (pixma_t * s)
break;
case MP980_PID:
case MP990_PID:
case MP990_PID:
if (s->param->ydpi > 150)
{
mp->color_shift = s->param->ydpi / 75;