kopia lustrzana https://gitlab.com/sane-project/backends
pixma: fixes MP800 and MP800R TPU at 2400 dpi
by Gernot Hassenpflug modified: backend/pixma_mp150.cmerge-requests/1/head
rodzic
e3757ae10c
commit
c6bd0b3bde
|
@ -590,8 +590,12 @@ calc_shifting (pixma_t * s)
|
||||||
|
|
||||||
case MP800_PID:
|
case MP800_PID:
|
||||||
case MP800R_PID:
|
case MP800R_PID:
|
||||||
case MP830_PID:
|
|
||||||
case MP960_PID:
|
case MP960_PID:
|
||||||
|
if (s->param->xdpi == 2400)
|
||||||
|
mp->stripe_shift = 6;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case MP830_PID:
|
||||||
case MP810_PID:
|
case MP810_PID:
|
||||||
if (s->param->xdpi == 2400)
|
if (s->param->xdpi == 2400)
|
||||||
mp->stripe_shift = 3;
|
mp->stripe_shift = 3;
|
||||||
|
@ -615,7 +619,7 @@ calc_shifting (pixma_t * s)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MP980_PID:
|
case MP980_PID:
|
||||||
case MP990_PID:
|
case MP990_PID:
|
||||||
if (s->param->ydpi > 150)
|
if (s->param->ydpi > 150)
|
||||||
{
|
{
|
||||||
mp->color_shift = s->param->ydpi / 75;
|
mp->color_shift = s->param->ydpi / 75;
|
||||||
|
|
Ładowanie…
Reference in New Issue