From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 27 19:30:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 363DB1065672 for ; Sun, 27 Apr 2008 19:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10A328FC1E for ; Sun, 27 Apr 2008 19:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3RJU1Mr070584 for ; Sun, 27 Apr 2008 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3RJU1XZ070581; Sun, 27 Apr 2008 19:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 27 Apr 2008 19:30:01 GMT Resent-Message-Id: <200804271930.m3RJU1XZ070581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Squire {billsf} Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE4CF106566C for ; Sun, 27 Apr 2008 19:28:25 +0000 (UTC) (envelope-from billsf@cuba.calyx.nl) Received: from cuba.calyx.nl (cuba.calyx.nl [213.130.163.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8188E8FC17 for ; Sun, 27 Apr 2008 19:28:25 +0000 (UTC) (envelope-from billsf@cuba.calyx.nl) Received: by cuba.calyx.nl (Postfix, from userid 1000) id B6302197C20F; Sun, 27 Apr 2008 21:10:38 +0200 (CEST) Message-Id: <20080427191038.GA16610@cuba.calyx.nl> Date: Sun, 27 Apr 2008 21:10:38 +0200 From: Bill Squire {billsf} To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: kern/123148: sendpr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 19:30:02 -0000 >Number: 123148 >Category: kern >Synopsis: Epson DX8400/50 needs uscanner to scan. >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: Sun Apr 27 19:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 7.0-STABLE amd64 >Organization: Billsf Holding BV >Environment: System: FreeBSD curacao.billsf.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Apr 19 22:35:12 CEST 2008 root@curacao.billsf.net:/usr/obj/usr/src/sys/CURACAO-SMP amd6 4 >Description: The new Epson 'all-in-one' needs 'uscanner' to work. >How-To-Repeat: Plug in a new model Epson DX8450 and the scanner comes up as 'Unknown USB device' It will not even come up as 'ugen'. >Fix: The following is a complete fix for the Epson DX8450. There may be a more general way to do this. The DX8450 is identical to the DX8400 for the scanner. (The printer, DX7450 and the umass device is covered.) sys/devs/usb/ --- usbdevs.orig 2008-04-27 20:18:06.000000000 +0200 +++ usbdevs 2008-04-27 20:22:50.000000000 +0200 @@ -1202,6 +1202,7 @@ product EPSON STYLUS_875DC 0x0601 Stylus Photo 875DC Card Reader product EPSON STYLUS_895 0x0602 Stylus Photo 895 Card Reader product EPSON CX5400 0x0808 CX5400 scanner +product EPSON DX8400 0x0839 DX8400 scanner product EPSON 3500 0x080e CX-3500/3600/3650 MFP product EPSON RX425 0x080f Stylus Photo RX425 scanner product EPSON 4200 0x0820 CX4200 MP scanner --- uscanner.c.orig 2008-04-27 20:27:16.000000000 +0200 +++ uscanner.c 2008-04-27 20:28:16.000000000 +0200 @@ -213,6 +213,7 @@ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_5000 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_6000 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_CX5400 }, 0 }, + {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_DX8400 }, 0 }, /* UMAX */ {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 }, >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Bill Squire Reply-To: Bill Squire Cc: X-send-pr-version: 3.113 X-GNATS-Notify: