pixma_imageclass.c: restrict image width to 215mm for i-SENSYS MF240 Series

this scanner produces black stripes in 216mm wide images @ 600dpi
merge-requests/1/head
Rolf Bensch 2017-07-11 14:00:40 +02:00
rodzic 62fcf80c0b
commit 611647b61c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -942,6 +942,7 @@ const pixma_config_t pixma_iclass_devices[] = {
DEV ("Canon i-SENSYS MF220 Series", "MF220", MF220_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF210 Series", "MF210", MF210_PID, 600, 0, 637, 1050, PIXMA_CAP_ADF), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF230 Series", "MF230", MF230_PID, 600, 0, 637, 1050, PIXMA_CAP_ADF), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF240 Series", "MF240", MF240_PID, 600, 300, 637, 1050, PIXMA_CAP_ADF), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF240 Series", "MF240", MF240_PID, 600, 300, 634, 1050, PIXMA_CAP_ADF), /* max. w = 215mm, */
/* TODO: fix black stripes for 216mm @ 600dpi */
DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
};