<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Theo,<br>
<br>
Many thanks for reporting new Canon Pixma MG6350.<br>
<br>
I added 2 patch files:<br>
<br>
(1) pixma_mp150.c.diff0: This is your patch. Please note that the
MG6350 scans up to 2400 x 4800 dpi. SANE supports only symmetric
scan resolutions. So the MG6350 should support up to 2400 x 2400
dpi.<br>
<br>
(2) pixma_mp150.c.diff1: This should fix scan problems for 1200 dpi
and 2400 dpi. I assume that the MG6350 has the same behaviour as the
MG5350.<br>
<br>
Please report if patch (2) fixes your scan problems.<br>
<br>
Cheers,<br>
Rolf<br>
<br>
<br>
<div class="moz-cite-prefix">Am 15.03.2013 00:13, schrieb Theo:<br>
</div>
<blockquote cite="mid:%3C51425999.7010606@gmail.com%3E" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<pre>I have a Canon PIXMA MG6350 connected via USB and Ethernet. This model is not yet listed in the supported devices and I gladly help to promote it to status complete.
This is the info I have so far:
$ scanimage -L
device `pixma:MG6300_192.168.1.4' is a CANON Canon PIXMA MG6300 multi-function peripheral
device `pixma:04A91765_20A814' is a CANON Canon PIXMA MG6300 multi-function peripheral
$ lsusb
Bus 001 Device 005: ID 04a9:1765 Canon, Inc.
I did a beginners attempt to patch the pixma backend by copying these lines of the MG4200:
diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c
index 376623c..14e9433 100644
--- a/backend/pixma_mp150.c
+++ b/backend/pixma_mp150.c
@@ -185,6 +185,7 @@
#define MX890_PID 0x175E
#define E600_PID 0x175A
#define MG4200_PID 0x1763
+#define MG6300_PID 0x1765
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
@@ -1707,6 +1708,7 @@ const pixma_config_t pixma_mp150_devices[] = {
DEVICE ("Canon PIXMA MX890 Series", "MX890", MX890_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADFDUP),
DEVICE ("Canon PIXMA E600 Series", "E600", E600_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
DEVICE ("Canon PIXMA MG4200", "MG4200", MG4200_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
+ DEVICE ("Canon PIXMA MG6300", "MG6300", MG6300_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
END_OF_DEVICE_LIST
};
With this update, I can scan images up to 600 dpi OK, at 1200 pdi, the resulting image is distorted.
I hope this is helpful.
</pre>
<div class="moz-signature">-- <br>
Kind regards, <i>Theo van Rijn</i></div>
</blockquote>
<br>
</body>
</html>