Merge branch '734-support-for-canon-i-sensys-mf657cdw-mf650c-series' into 'master'

Draft: Resolve "Support for Canon i-SENSYS MF657Cdw (MF650C Series)"

Closes #734

See merge request sane-project/backends!855
Ralph Little 2025-05-05 01:51:19 -07:00
commit 23f47a0a15
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -122,7 +122,7 @@
#define MF640_PID 0x27fe
#define MF645_PID 0x27fd
#define MF440_PID 0x2823
#define MF650_PID 0x287b
enum iclass_state_t
{
@ -994,6 +994,7 @@ const pixma_config_t pixma_iclass_devices[] = {
DEV ("Canon i-SENSYS MF750 Series", "MF750C", MF750_PID, 600, 300, 640, 1050, PIXMA_CAP_ADFDUP),
DEV ("Canon i-SENSYS MF640 Series", "MF642C/643C/644C", MF640_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP),
DEV ("Canon i-SENSYS MF645C", "MF645C", MF645_PID, 600, 0, 637, 877, PIXMA_CAP_ADFDUP), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF650C", "MF650C", MF650_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP), /* max. w = 216mm */
DEV ("Canon i-SENSYS MF440 Series", "MF440", MF440_PID, 600, 300, 637, 877, PIXMA_CAP_ADFDUP),
DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
};