Date: Sat, 28 Jul 2001 04:04:25 -0700 (PDT) From: Francois Tigeot <ftigeot@free.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/29275: missing support for Epson Perfection 1240U scanner Message-ID: <200107281104.f6SB4PK39113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107281104.f6SB4PK39113>
