Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2006 18:42:07 +0200 (CEST)
From:      "Walter C. Pelissero" <walter.pelissero@iesy.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   usb/100992: Support for Epson 4990 USB scanners
Message-ID:  <200607281642.k6SGg770001239@zaphod.home.loc>
Resent-Message-ID: <200607281650.k6SGoGdb086677@freefall.freebsd.org>

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

>Number:         100992
>Category:       usb
>Synopsis:       Support for Epson 4990 USB scanners
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 16:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Walter C. Pelissero
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD zaphod.home.loc 6.1-STABLE FreeBSD 6.1-STABLE #2: Fri Jul 28 15:32:34 CEST 2006 root@zaphod.home.loc:/usr/src/sys/i386/compile/TYAN-TIGER-MP i386


	
>Description:
	I would propose the following two patches to add support for
	Epson 4990 USB scanners to the FreeBSD kernel.

Index: usbdevs
===================================================================
RCS file: /repos/src/sys/dev/usb/usbdevs,v
retrieving revision 1.232.2.15
diff -u -r1.232.2.15 usbdevs
--- usbdevs	18 Jun 2006 20:13:43 -0000	1.232.2.15
+++ usbdevs	28 Jul 2006 17:34:46 -0000
@@ -886,6 +887,7 @@
 product EPSON 1260		0x011d	Perfection 1260 scanner
 product EPSON 1660		0x011e	Perfection 1660 scanner
 product EPSON 1670		0x011f	Perfection 1670 scanner
+product EPSON 4990		0x012a	Perfection 4990 Photo scanner
 product EPSON 1270		0x0120	Perfection 1270 scanner
 product EPSON 2480		0x0121  Perfection 2480 scanner
 product EPSON RX425		0x080f	Stylus Photo RX425 scanner
Index: uscanner.c
===================================================================
RCS file: /repos/src/sys/dev/usb/uscanner.c,v
retrieving revision 1.63.2.3
diff -u -r1.63.2.3 uscanner.c
--- uscanner.c	18 Jun 2006 20:13:43 -0000	1.63.2.3
+++ uscanner.c	28 Jul 2006 17:34:46 -0000
@@ -207,6 +207,7 @@
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1670 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
+ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1270 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_RX425 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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