Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309393
Collapse All | Expand All

(-)backend/pixma_mp150.c (+3 lines)
Lines 150-155 Link Here
150
150
151
/* PIXMA 2010 vintage */
151
/* PIXMA 2010 vintage */
152
#define MX340_PID 0x1741
152
#define MX340_PID 0x1741
153
#define MX350_PID 0x1742
153
154
154
/* Generation 4 */
155
/* Generation 4 */
155
#define MP250_PID 0x173a
156
#define MP250_PID 0x173a
Lines 1218-1223 Link Here
1218
        s->cfg->pid == MX320_PID ||
1219
        s->cfg->pid == MX320_PID ||
1219
        s->cfg->pid == MX330_PID ||
1220
        s->cfg->pid == MX330_PID ||
1220
        s->cfg->pid == MX340_PID ||
1221
        s->cfg->pid == MX340_PID ||
1222
        s->cfg->pid == MX350_PID ||
1221
        s->cfg->pid == MX7600_PID )
1223
        s->cfg->pid == MX7600_PID )
1222
       &&
1224
       &&
1223
        sp->source == PIXMA_SOURCE_FLATBED)
1225
        sp->source == PIXMA_SOURCE_FLATBED)
Lines 1611-1616 Link Here
1611
1613
1612
  /* PIXMA 2010 vintage */
1614
  /* PIXMA 2010 vintage */
1613
  DEVICE ("Canon PIXMA MX340", "MX340", MX340_PID, 1200, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
1615
  DEVICE ("Canon PIXMA MX340", "MX340", MX340_PID, 1200, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
1616
  DEVICE ("Canon PIXMA MX350", "MX350", MX350_PID, 1200, 638, 1050, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
1614
1617
1615
  /* Generation 4: CIS */
1618
  /* Generation 4: CIS */
1616
  DEVICE ("Canon PIXMA MP640", "MP640", MP640_PID, 4800, 638, 877, PIXMA_CAP_CIS),
1619
  DEVICE ("Canon PIXMA MP640", "MP640", MP640_PID, 4800, 638, 877, PIXMA_CAP_CIS),

Return to bug 309393