Date: Sun, 27 Apr 2008 21:10:38 +0200 From: Bill Squire {billsf} <billsf@cuba.calyx.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/123148: sendpr Message-ID: <20080427191038.GA16610@cuba.calyx.nl> Resent-Message-ID: <200804271930.m3RJU1XZ070581@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <billsf> Reply-To: Bill Squire <billsf> Cc: X-send-pr-version: 3.113 X-GNATS-Notify:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080427191038.GA16610>