[sane-devel] Imageclass d530
Rolf Bensch
rolf at bensch-online.de
Fri Dec 6 21:40:09 UTC 2013
Hi Nate,
Now you need to install SANE from git as described here:
http://www.sane-project.org/README.linux
Attached is the patch file for pixma_imageclass.c (before compiling
patch with: 'patch pixma_imageclass.c pixma_imageclass.c.patch1').
Additionally to installation step 3.3 you need to copy attached
d530.rules file to /etc/udev/rules.d/.
Please check all scan resolutions. I prefer xsane as frontend.
If everything is working, I'll add your scanner to SANE.
Cheers,
Rolf
Am 06.12.2013 21:16, schrieb Nate Fuhriman:
> Bus 001 Device 004: ID 04a9:2775 Canon, Inc.
>
-------------- next part --------------
--- ./pixma_imageclass.c 2013-12-06 22:15:35.000000000 +0100
+++ ../sane-backends/backend/pixma_imageclass.c 2013-12-06 22:15:40.000000000 +0100
@@ -94,6 +94,7 @@
#define IR1133_PID 0x2742
#define MF4570_PID 0x275a
#define MF4890_PID 0x2773
+#define D530_PID 0x2775
enum iclass_state_t
@@ -784,5 +785,6 @@
DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
DEV ("Canon imageRUNNER 1133", "iR1133", IR1133_PID, 600, 637, 877, PIXMA_CAP_ADFDUP),
DEV ("Canon i-SENSYS MF4890dw", "MF4890", MF4890_PID, 600, 640, 877, 0),
+ DEV ("Canon imageCLASS D530", "D530", D530_PID, 600, 640, 877, 0),
DEV (NULL, NULL, 0, 0, 0, 0, 0)
};
-------------- next part --------------
# Canon imageCLASS D530
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="2775", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
More information about the sane-devel
mailing list