Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2003 13:17:25 +0200 (CEST)
From:      Marc Hufschmitt <mh@ai.univ-paris8.fr>
To:        freebsd-hardware@freebsd.org
Subject:   Epson 660 usb scanner added to 5.1, xsane-0.91 compatible
Message-ID:  <Pine.LNX.4.44.0309071244280.14297-100000@hai.ai.univ-paris8.fr>

next in thread | raw e-mail | index | archive | help

I would like to know where to find a quick start manual to commit with 
cvs as far as I am confused with cvsup handbook?

Nevertheless, this scanner works well with new xsane-0.91. It's detected 
as snapscan scanner.

fetch the firware tail_058.bin from CDROM and put it in 
/usr/local/etc/sane.d/firmware/.

Patches to apply :

add to /usr/local/etc/sane.d/snapscan.conf :

*****
firmware /usr/local/etc/sane.d/firmware/tail_058.bin
/dev/uscanner0 bus=usb
*****

*** usbdevs     Wed Sep  3 16:53:47 2003
--- usbdevs~    Wed May 21 02:22:06 2003
***************
*** 611,615 ****
  product EPSON 1650            0x0110  Perfection 1650 scanner
  product EPSON GT9700F         0x0112  GT-9700F scanner
- product EPSON 660             0x0114  Perfection 660 scanner
  product EPSON 1260            0x011d  Perfection 1260 scanner
  product EPSON 1660            0x011e  Perfection 1660 scanner
--- 611,614 ----


diff -C 2 uscanner.c uscanner.c~
*** uscanner.c  Wed Sep  3 16:51:21 2003
--- uscanner.c~ Mon Mar  3 13:15:48 2003
***************
*** 175,179 ****
    /* Epson */
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_636 }, 0 },
-  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_660 }, 0 },
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610 }, 0 },
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 }, 0 },
--- 175,178 ----





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0309071244280.14297-100000>