From: Marcin Cieslak <sa...@saper.info> --- backend/pixma_mp150.c | 2 ++ doc/descriptions/pixma.desc | 6 ++++++ doc/sane-pixma.man | 2 +- 3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 1938701..9194180 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -156,6 +156,7 @@ #define MP560_PID 0x173e #define MP640_PID 0x173f #define MP990_PID 0x1740 +#define MP495_PID 0x1747 /* PIXMA 2010 vintage */ #define MX340_PID 0x1741 @@ -1649,6 +1650,7 @@ const pixma_config_t pixma_mp150_devices[] = { DEVICE ("Canon PIXMA MP490", "MP490", MP490_PID, 1200, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA MP250", "MP250", MP250_PID, 600, 638, 877, PIXMA_CAP_CIS), DEVICE ("Canon PIXMA MP270", "MP270", MP270_PID, 1200, 638, 877, PIXMA_CAP_CIS), + DEVICE ("Canon PIXMA MP495", "MP495", MP495_PID, 1200, 638, 877, PIXMA_CAP_CIS), /* Generation 4 CCD */ DEVICE ("Canon MP990 series", "MP990", MP990_PID, 4800, 638, 877, PIXMA_CAP_CCD | PIXMA_CAP_TPU), diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc index 0adddee..8336c93 100644 --- a/doc/descriptions/pixma.desc +++ b/doc/descriptions/pixma.desc @@ -378,6 +378,12 @@ :status :complete :comment "All resolutions supported (up to 600DPI)" +:model "PIXMA MP495" +:interface "USB" +:usbid "0x04a9" "0x1747" +:status :complete +:comment "All resolutions supported (up to 1200DPI)" + :model "imageCLASS D480" :interface "USB" :usbid "0x04a9" "0x26ed" diff --git a/doc/sane-pixma.man b/doc/sane-pixma.man index 8eeccfa..4e6607a 100644 --- a/doc/sane-pixma.man +++ b/doc/sane-pixma.man @@ -21,7 +21,7 @@ PIXMA MP210, MP220, MP240, MP250, MP260, MP270 .br PIXMA MP360, MP370, MP390 .br -PIXMA MP450, MP460, MP470, MP480, MP490 +PIXMA MP450, MP460, MP470, MP480, MP490, MP495 .br PIXMA MP500, MP510, MP520, MP530, MP540, MP550, MP560 .br -- 1.7.4.5