From 7277cec027c80386f90193b330aacf1b555d0c96 Mon Sep 17 00:00:00 2001 From: Mike Ferrara Date: Fri, 22 Feb 2019 10:30:18 -0800 Subject: [PATCH 1/2] Mods to support imageCLASS MF733Cdw USA color laser MFP --- backend/pixma_imageclass.c | 1 + doc/descriptions/pixma.desc | 7 +++++++ doc/sane-pixma.man | 2 ++ 3 files changed, 10 insertions(+) diff --git a/backend/pixma_imageclass.c b/backend/pixma_imageclass.c index 54adf4e6f..64f468e56 100644 --- a/backend/pixma_imageclass.c +++ b/backend/pixma_imageclass.c @@ -957,6 +957,7 @@ const pixma_config_t pixma_iclass_devices[] = { DEV ("Canon i-SENSYS MF630 Series", "MF630", MF630_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), DEV ("Canon i-SENSYS MF730 Series", "MF730", MF730_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), DEV ("Canon i-SENSYS MF731C", "MF731", MF731_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), + DEV ("Canon imageCLASS MF733C", "MF731C/733C", MF731_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), DEV ("Canon imageCLASS D570", "D570", D570_PID, 600, 0, 640, 877, 0), DEV (NULL, NULL, 0, 0, 0, 0, 0, 0) }; diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc index 310e85acc..9b1c2e335 100644 --- a/doc/descriptions/pixma.desc +++ b/doc/descriptions/pixma.desc @@ -959,6 +959,13 @@ :status :good :comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). Ethernet and WiFi not tested yet" + +model "imageCLASS MF733Cdw Color Laser MFP" +:interface "USB Ethernet WiFi" +:usbid "0x04a9" "0x27e5" +:status :good +:comment "Working up to 600DPI" + :model "i-SENSYS MF731/733" :interface "USB Ethernet WiFi" :usbid "0x04a9" "0x27e5" diff --git a/doc/sane-pixma.man b/doc/sane-pixma.man index 6f36154c5..1742d0bca 100644 --- a/doc/sane-pixma.man +++ b/doc/sane-pixma.man @@ -53,6 +53,8 @@ PIXUS MP10 .br PIXMA TS3100, TS5000, TS6100, TS8000 .br +imageCLASS MF733Cdw +.br imageCLASS MF3110, MF3240, MF4010, MF4018 .br imageCLASS MF4120, MF4122, MF4140, MF4150 From b327c3d780a486b3069f2f17c589fcc083289788 Mon Sep 17 00:00:00 2001 From: Mike Ferrara Date: Fri, 22 Feb 2019 11:01:51 -0800 Subject: [PATCH 2/2] Typo. fixed. --- doc/descriptions/pixma.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc index 16502d6ff..8fe98fbec 100644 --- a/doc/descriptions/pixma.desc +++ b/doc/descriptions/pixma.desc @@ -966,7 +966,7 @@ :comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). Ethernet and WiFi not tested yet" -model "imageCLASS MF733Cdw Color Laser MFP" +:model "imageCLASS MF733Cdw" :interface "USB Ethernet WiFi" :usbid "0x04a9" "0x27e5" :status :good