[sane-devel] Patch/Fujitsu: add fi-5110eoxm USB ID

Adam J. Richter adam at yggdrasil.com
Tue Feb 5 02:04:59 UTC 2008


Hi,

	In case this change is not already in the upcoming release of
the Fujitsu sane back end, here is a patch adding the USB device ID
for the Fujitsu fi-5110eoxm, a color duplex scanner with automatic
document feed which is sometimes sold at low prices from surplus
outlets because it is "Macintosh only", although it works fine on my
PC.  My understanding is the same as the fi-5110eox (or is
fi-5110eox2?) with only the follow differences:

	1. Different USB device ID.

	2. Sold in a box containing Macintosh drivers without Microsoft
	   Windows drivers.

	3. Painted white.

	I have one of these scanners, which I have been using
regularly for several months, mostly scanning in color at 300dpi,
duplex and simplex in a variety of page sizes.

	I believe that the only problem that I have had with the
scanner that probably has a software component appears to be a linux
kernel issue rather than user level code, but I'll mention it here
just for full disclosure.  Occasionally, "scanimage" will not exit
after appearing to have scanned a page, and its process will not exit
even when killed with "kill -9" (so, I believe this must involve a
kernel bug).

	Anyhow, I have included the patch as a MIME attachment.  I
hope it can be integrated.

Adam Richter
-------------- next part --------------
--- sane-backends-1.0.18/backend/fujitsu.c	2006-06-26 10:08:38.000000000 -0700
+++ sane-backends/backend/fujitsu.c	2008-02-04 14:57:26.000000000 -0800
@@ -502,6 +502,8 @@
       DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10e7'\n");
       sanei_usb_attach_matching_devices("usb 0x04c5 0x10e7", attach_one_usb);
 
+      DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10f2'\n");
+      sanei_usb_attach_matching_devices("usb 0x04c5 0x10f2", attach_one_usb);
   }
 
   for (dev = fujitsu_devList; dev; dev=dev->next) {
--- sane-backends-1.0.18/backend/fujitsu.conf.in	2006-06-29 10:11:57.000000000 -0700
+++ sane-backends/backend/fujitsu.conf.in	2008-02-04 14:58:23.000000000 -0800
@@ -42,5 +42,8 @@
 #fi-5900C
 usb 0x04c5 0x10e7
 
+#ScanSnap fi-5110eoxm
+usb 0x04c5 0x10f2
+
 #scansnap S500
 usb 0x04c5 0x10fe


More information about the sane-devel mailing list