Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2007 00:11:28 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/118391: Add uscanner ID for Epson CX4800
Message-ID:  <200712030011.lB30BSbn002907@www.freebsd.org>
Resent-Message-ID: <200712030020.lB30K3Gs063158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118391
>Category:       usb
>Synopsis:       Add uscanner ID for Epson CX4800
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 03 00:20:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        6.3-RC1
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 6.3-RC1 FreeBSD 6.3-RC1 #5: Sun Dec  2 18:56:58 COT 2007     root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64

>Description:
The ID for the Epson CX4800 MFP was missing so /dev/uscanner0 wasn't available.
>How-To-Repeat:

>Fix:
The following patch has to be applied in /usr/src/sys/dev/usb

--- usbdevs.orig	2007-12-02 18:14:56.000000000 -0500
+++ usbdevs	2007-12-02 18:54:57.000000000 -0500
@@ -918,6 +918,7 @@
 product EPSON 4990		0x012a	Perfection 4990 Photo scanner
 product EPSON 3500		0x080e	CX-3500/3600/3650 MFP
 product EPSON RX425		0x080f	Stylus Photo RX425 scanner
+product EPSON 4800		0x0819  CX4800 MFP scanner
 product EPSON 4200		0x0820  CX4200 MP scanner
 product EPSON 5000		0x082b  DX-50x0 MFP scanner
 product EPSON 6000		0x082e  DX-60x0 MFP scanner
--- uscanner.c.orig	2007-12-02 18:17:25.000000000 -0500
+++ uscanner.c	2007-12-02 18:56:25.000000000 -0500
@@ -211,6 +211,7 @@
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_2480 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3500 }, USC_KEEP_OPEN },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3590 }, 0 },
+ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4800 }, 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 },


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712030011.lB30BSbn002907>