Upstream is not moving. The fix is very short and tested on Pixma MP600 and MP960. Would it be possible to include it with sqeeze?
*t

diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c
index ebee20c..9524d6b 100644
--- a/backend/pixma_mp150.c
+++ b/backend/pixma_mp150.c
@@ -676,8 +676,7 @@ send_scan_param (pixma_t * s)
       pixma_set_be16 (s->param->xdpi | 0x8000, data + 0x04);
       pixma_set_be16 (s->param->ydpi | 0x8000, data + 0x06);
       pixma_set_be32 (s->param->x, data + 0x08);
-      if (s->cfg->pid == MP460_PID || s->cfg->pid == MP510_PID)
-        pixma_set_be32 (s->param->x - s->param->xs, data + 0x08);
+      pixma_set_be32 (s->param->x - s->param->xs, data + 0x08);
       pixma_set_be32 (s->param->y, data + 0x0c);
       pixma_set_be32 (raw_width, data + 0x10);
       pixma_set_be32 (h, data + 0x14);




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to