kopia lustrzana https://gitlab.com/sane-project/backends
Canon Pixma MX920 has duplex ADF and supports max. 600 dpi @ ADF
rodzic
b5d8199d56
commit
3578d4039e
|
@ -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>
|
||||
* backend/pixma_mp810.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
|
||||
Canon PIXMA MG8200 is working now.
|
||||
|
|
|
@ -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 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 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
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue