From a6279b066b5209b1f655affeffc9bed755009661 Mon Sep 17 00:00:00 2001 From: Nicolas Martin Date: Sat, 3 Jul 2010 15:59:50 +0200 Subject: [PATCH] pixma: changes for PIXMA MX350 support. modified: backend/pixma_mp150.c --- backend/pixma_mp150.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 52e038f46..36fc6dbeb 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -150,6 +150,7 @@ /* PIXMA 2010 vintage */ #define MX340_PID 0x1741 +#define MX350_PID 0x1742 /* Generation 4 */ #define MP250_PID 0x173a @@ -1218,6 +1219,7 @@ mp150_check_param (pixma_t * s, pixma_scan_param_t * sp) s->cfg->pid == MX320_PID || s->cfg->pid == MX330_PID || s->cfg->pid == MX340_PID || + s->cfg->pid == MX350_PID || s->cfg->pid == MX7600_PID ) && sp->source == PIXMA_SOURCE_FLATBED) @@ -1611,6 +1613,7 @@ const pixma_config_t pixma_mp150_devices[] = { /* PIXMA 2010 vintage */ DEVICE ("Canon PIXMA MX340", "MX340", MX340_PID, 1200, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADF), + DEVICE ("Canon PIXMA MX350", "MX350", MX350_PID, 1200, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADF), /* Generation 4: CIS */ DEVICE ("Canon PIXMA MP640", "MP640", MP640_PID, 4800, 638, 877, PIXMA_CAP_CIS),