From owner-freebsd-bugs Sat Jul 28 4:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86CF537B405 for ; Sat, 28 Jul 2001 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SBA1S42670; Sat, 28 Jul 2001 04:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D84A537B403 for ; Sat, 28 Jul 2001 04:04:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SB4PK39113; Sat, 28 Jul 2001 04:04:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200107281104.f6SB4PK39113@freefall.freebsd.org> Date: Sat, 28 Jul 2001 04:04:25 -0700 (PDT) From: Francois Tigeot To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29275: missing support for Epson Perfection 1240U scanner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29275 >Category: kern >Synopsis: missing support for Epson Perfection 1240U scanner >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 28 04:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Francois Tigeot >Release: 4.3-STABLE as of July 28, 2001 >Organization: >Environment: FreeBSD aoi.wolfpond.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jul 26 08:52:16 CEST 2001 root@aoi.wolfpond.org:/usr/src/sys/compile/AOI i386 >Description: A small patch is required to the USB susbsystem in order to include support for the Epson Perfection 1240U scanner. It was included in PR/25565 but not applied to the -STABLE branch. >How-To-Repeat: Without the attached patch the Epson 1240U scanner is not detected as a scanner and the /dev/uscanner device is not configured. >Fix: Apply this patch in the /usr/src/sys/dev/usb directory. After applying the patche and recompiling the kernel the scanner works flawlessly. --- uscanner.c.orig Sat Jul 28 13:01:02 2001 +++ uscanner.c Sat Jul 28 13:01:14 2001 @@ -142,6 +142,7 @@ { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_636 }, { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610 }, { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 }, + { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 }, { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 }, { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message