From owner-freebsd-hardware@FreeBSD.ORG Sun Sep 7 03:47:01 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B9C16A4BF for ; Sun, 7 Sep 2003 03:47:01 -0700 (PDT) Received: from hon.ai.univ-paris8.fr (hon.ai.univ-paris8.fr [192.33.156.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947D443F75 for ; Sun, 7 Sep 2003 03:46:59 -0700 (PDT) (envelope-from mh@ai.univ-paris8.fr) Received: from hai.ai.univ-paris8.fr (hai.ai.univ-paris8.fr [192.33.156.104]) by hon.ai.univ-paris8.fr (8.12.9/8.12.8) with ESMTP id h87AgRXi026090 for ; Sun, 7 Sep 2003 12:42:27 +0200 (CEST) Received: from localhost (mh@localhost) by hai.ai.univ-paris8.fr (8.11.4/8.11.4) with ESMTP id h87BHPw14324 for ; Sun, 7 Sep 2003 13:17:26 +0200 Date: Sun, 7 Sep 2003 13:17:25 +0200 (CEST) From: Marc Hufschmitt To: freebsd-hardware@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Epson 660 usb scanner added to 5.1, xsane-0.91 compatible X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 10:47:01 -0000 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 ----