From nobody@FreeBSD.org  Sat Jul 28 04:04:26 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id D84A537B403
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <ftigeot@free.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: missing support for Epson Perfection 1240U scanner
X-Send-Pr-Version: www-1.0

>Number:         29275
>Category:       kern
>Synopsis:       missing support for Epson Perfection 1240U scanner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 28 04:10:01 PDT 2001
>Closed-Date:    Fri Aug 31 17:12:31 PDT 2001
>Last-Modified:  Fri Aug 31 17:13:12 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Fri Aug 31 17:12:31 PDT 2001 
State-Changed-Why:  
The change was made 8/5/01.  This scanner works great with SANE now. 
Thanks! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29275 
>Unformatted:
