[sane-devel] Problem with "epson" backend and Epson Perfection 1260 Photo

Till Kamppeter till.kamppeter@gmx.net
Thu, 19 Aug 2004 00:32:45 +0200


This is a multi-part message in MIME format.
--------------000108000907070407090503
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Thank you very much, and sorry for the duplicate report. I have fixed 
the problem now by applying the attached patch to sane-backends 1.0.14. 
The patch is derived from the CVS (via the cvsweb interface).

I have uploaded the fixed sane-backends package as 1.0.14-3mdk to the 
Mandrakelinux Cooker now.

    Till


gerard klaver wrote:
> 
> 
> See bugreport 300751 about epson 1250/1260 (plustek) problems with the
> epson backend.
> 
> CVS update should do the trick.
> 


--------------000108000907070407090503
Content-Type: text/x-patch;
 name="sane-backends-1.0.14-epson-backend-no1250-1260.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sane-backends-1.0.14-epson-backend-no1250-1260.patch"

===================================================================
RCS file: /var/lib/gforge/chroot/cvsroot/sane/sane-backends/backend/epson_usb.c,v
retrieving revision 1.9
retrieving revision 1.11
diff -u -r1.9 -r1.11
--- sane-backends/backend/epson_usb.c	2004/04/11 17:16:56	1.9
+++ sane-backends/backend/epson_usb.c	2004/06/13 12:41:00	1.11
@@ -14,19 +14,17 @@
   0x10a,			/* GT-8700 / Perfection 1640 */
   0x107,			/* ES-2000 / Expression 1600 */
   0x10e,			/* ES-2200 / Expression 1680 */
-  0x10f,			/* GT-7200 / Perfection 1250 */
   0x110,			/* GT-8200 / Perfection 1650 */
   0x112,			/* GT-9700 / Perfection 2450 */
   0x116,			/* GT-9400 / Perfection 3170 */
   0x11b,			/* GT-9300 / Perfection 2400 */
   0x11c,			/* GT-9800 / Perfection 3200 */
-  0x11d,			/* GT-7300 / Perfection 1260 */
   0x11e,			/* GT-8300 / Perfection 1660 */
   0x126,			/* ES-7000 / GT-15000 */
   0x128,			/* GT-X700 / Perfection 4870 */
   0x801,			/* CC-600 / CX-5[1234]00 */
   0x802,			/* CC-570 / CX-3[12]00 */
-  0x806,			/* PM-A850 */
+  0x806,			/* PM-A850 / RX600 */
   0x807,			/* RX-500 */
   0x808,			/* CX-5400 */
   0				/* last entry - this is used for devices that are specified 

--------------000108000907070407090503--