Hello, This little patch add support to Canon MF230 Series scanner. Tested OK (network only) on my MF232w : [bjnp] get_scanner_id: Scanner identity string = MFG:CANON;CMD:MFNP1,MultiPASS 2.1;MDL:Canon MF230 Series;CLS:IMG;DES:Canon MF230 Series; - length = 88 [bjnp] get_scanner_id: Scanner model = Canon MF230 Series
Please commit. Best regards
diff --git a/backend/pixma_imageclass.c b/backend/pixma_imageclass.c index 6c31510..83092f3 100644 --- a/backend/pixma_imageclass.c +++ b/backend/pixma_imageclass.c @@ -103,6 +103,7 @@ #define MF820_PID 0x27a6 #define MF220_PID 0x27a8 #define MF210_PID 0x27a9 +#define MF230_PID 0x27d1 enum iclass_state_t @@ -939,5 +940,6 @@ const pixma_config_t pixma_iclass_devices[] = { DEV ("Canon imageClass MF810/820", "MF810/820", MF820_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP), DEV ("Canon i-SENSYS MF220 Series", "MF220", MF220_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP), DEV ("Canon i-SENSYS MF210 Series", "MF210", MF210_PID, 600, 0, 640, 1050, PIXMA_CAP_ADF), + DEV ("Canon i-SENSYS MF230 Series", "MF230", MF230_PID, 600, 0, 640, 1050, PIXMA_CAP_ADF), DEV (NULL, NULL, 0, 0, 0, 0, 0, 0) };
-- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to sane-devel-requ...@lists.alioth.debian.org