From wkb@freebie.xs4all.nl  Wed Feb 18 14:40:14 2004
Return-Path: <wkb@freebie.xs4all.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BB9B716A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2004 14:40:14 -0800 (PST)
Received: from smtp-out1.xs4all.nl (smtp-out1.xs4all.nl [194.109.24.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4502943D31
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2004 14:40:14 -0800 (PST)
	(envelope-from wkb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253])
	by smtp-out1.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1IMeCZO025750
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2004 23:40:13 +0100 (CET)
Received: from freebie.xs4all.nl (localhost [127.0.0.1])
	by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1IMeCjI000820
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2004 23:40:12 +0100 (CET)
	(envelope-from wkb@freebie.xs4all.nl)
Received: (from wkb@localhost)
	by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1IMeC6w000819;
	Wed, 18 Feb 2004 23:40:12 +0100 (CET)
	(envelope-from wkb)
Message-Id: <200402182240.i1IMeC6w000819@freebie.xs4all.nl>
Date: Wed, 18 Feb 2004 23:40:12 +0100 (CET)
From: wilko@FreeBSD.org
Reply-To: wilko@FreeBSD.org
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Patch to add support for Epson Perfection 3200 USB scanner
X-Send-Pr-Version: 3.2

>Number:         63041
>Category:       kern
>Synopsis:       Patch to add support for Epson Perfection 3200 USB scanner
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 14:40:25 PST 2004
>Closed-Date:    Thu Feb 19 14:06:14 PST 2004
>Last-Modified:  Thu Feb 19 14:06:14 PST 2004
>Originator:     Wilko Bulte
>Release:        FreeBSD 4-STABLE i386
>Organization:
Private FreeBSD site - The Netherlands
>Environment:

        Attached patch was tested succesfully in 4.9-stable with xsane.

>Description:

        Entries to be added to /sys/dev/usb/usbdevs and
        /sys/dev/usb/uscanner.c so that the Epson 3200 USB scanner gets
        recognised out of the box.

>How-To-Repeat:
>Fix:

--- usbdevs.org	Wed Feb 18 22:21:21 2004
+++ usbdevs	Wed Feb 18 22:22:01 2004
@@ -629,6 +629,7 @@
 product EPSON 1650		0x0110	Perfection 1650 scanner
 product EPSON GT9700F		0x0112	GT-9700F scanner
 product EPSON GT9300UF		0x011b	GT-9300UF scanner
+product EPSON 3200		0x011c  Perfection 3200 scanner
 product EPSON 1260		0x011d	Perfection 1260 scanner
 product EPSON 1660		0x011e	Perfection 1660 scanner

 
--- uscanner.c.org	Wed Feb 18 22:23:17 2004
+++ uscanner.c	Wed Feb 18 23:00:46 2004
@@ -181,6 +181,7 @@
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
+ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wilko 
State-Changed-When: Thu Feb 19 14:05:48 PST 2004 
State-Changed-Why:  
Patch applied. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=63041 
>Unformatted:
