Canon Pixma MX920 has duplex ADF and supports max. 600 dpi @ ADF

merge-requests/1/head
Rolf Bensch 2013-07-19 20:59:43 +02:00
rodzic b5d8199d56
commit 3578d4039e
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2013-07-19 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp150.c: Canon Pixma MX920 has duplex ADF and supports
max. 600 dpi @ ADF.
2013-07-18 Rolf Bensch <rolf at bensch hyphen online dot de> 2013-07-18 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp810.c, doc/descriptions/pixma.desc, doc/sane-pixma.man: * backend/pixma_mp810.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
Canon PIXMA MG8200 is working now. Canon PIXMA MG8200 is working now.

Wyświetl plik

@ -1739,7 +1739,7 @@ const pixma_config_t pixma_mp150_devices[] = {
DEVICE ("Canon PIXMA MX450 Series", "MX450", MX450_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA MX450 Series", "MX450", MX450_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX520 Series", "MX520", MX520_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA MX520 Series", "MX520", MX520_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX720 Series", "MX720", MX720_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA MX720 Series", "MX720", MX720_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MX920 Series", "MX920", MX920_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF), DEVICE ("Canon PIXMA MX920 Series", "MX920", MX920_PID, 2400, 0, 600, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
END_OF_DEVICE_LIST END_OF_DEVICE_LIST
}; };