From 8da546df9c34d8baae0f6c7db0e88f1296d19669 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Mon, 3 Sep 2012 10:04:23 +0200 Subject: [PATCH] Pixma MX370 supports 1200 dpi --- backend/pixma_mp150.c | 3 ++- doc/descriptions/pixma.desc | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 13f53d1cb..a0299115c 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -1065,7 +1065,8 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib) /* special image format for *most* devices at high dpi. * MP220 and MX360 are exceptions */ - if (s->cfg->pid != MP220_PID && s->cfg->pid != MX360_PID && n > 0) + if (s->cfg->pid != MP220_PID && s->cfg->pid != MX360_PID + && s->cfg->pid != MX370_PID && n > 0) reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size); /* Crop line to selected borders */ diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc index 55f58b852..3fa975215 100644 --- a/doc/descriptions/pixma.desc +++ b/doc/descriptions/pixma.desc @@ -460,8 +460,8 @@ :model "PIXMA MX370 Series" :interface "USB" :usbid "0x04a9" "0x1759" -:status :good -:comment "Flatbed and ADF scan. Resolutions are supported up to 600DPI." +:status :complete +:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)." :model "PIXMA MX410" :interface "USB Ethernet"