Date: Sun, 7 Jan 2007 23:25:47 GMT From: Steinar Hamre<steinarh@pvv.ntnu.no> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/107665: uscanner support for epson stylus DX5050 MFP Message-ID: <200701072325.l07NPlhk032620@www.freebsd.org> Resent-Message-ID: <200701072330.l07NUWYs006805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107665 >Category: kern >Synopsis: uscanner support for epson stylus DX5050 MFP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 07 23:30:31 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Steinar Hamre >Release: 6.2-PRERELEASE >Organization: Programvareverkstedet >Environment: FreeBSD tille.pvv.ntnu.no 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #31: Sun Jan 7 19:07:29 CET 2007 root@tille.pvv.ntnu.no:/usr/obj/usr/src/sys/TILLE amd64 >Description: The uscanner device does recognize the scanner on the Multi Function Printer Epson Stylus DX-5050 >How-To-Repeat: >Fix: Apply the attached patch. With this patch plus the epkowa backend from iscan-2.4.0-0.c2, the scanner works with SANE. The same usb product id is used for DX-4900, DX-5000, so I believe these devices will also work. Please also apply this fix to RELENG_6 Patch attached with submission follows: --- sys/dev/usb/usbdevs.orig Mon Jan 8 00:00:26 2007 +++ sys/dev/usb/usbdevs Mon Jan 8 00:02:25 2007 @@ -907,6 +907,7 @@ product EPSON 3500 0x080e CX-3500/3600/3650 MFP product EPSON RX425 0x080f Stylus Photo RX425 scanner product EPSON 4200 0x0820 CX4200 MP scanner +product EPSON 5000 0x082b DX-50x0 MFP /* e-TEK Labs products */ product ETEK 1COM 0x8007 Serial --- sys/dev/usb/uscanner.c.orig Mon Jan 8 00:00:42 2007 +++ sys/dev/usb/uscanner.c Mon Jan 8 00:02:25 2007 @@ -217,6 +217,7 @@ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3590 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4200 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 }, + {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_5000 }, 0 }, /* UMAX */ {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 }, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701072325.l07NPlhk032620>