From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 18 14:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB7E16A52D for ; Wed, 18 Feb 2004 14:40:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1F043D1D for ; Wed, 18 Feb 2004 14:40:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1IMeQbv039285 for ; Wed, 18 Feb 2004 14:40:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1IMeQQF039284; Wed, 18 Feb 2004 14:40:26 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 18 Feb 2004 14:40:26 -0800 (PST) Resent-Message-Id: <200402182240.i1IMeQQF039284@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, wilko@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9B716A4CE for ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: kern/63041: Patch to add support for Epson Perfection 3200 USB scanner X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wilko@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:40:27 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 18 14:40:25 PST 2004 >Closed-Date: >Last-Modified: >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: >Unformatted: