kern/63041: Patch to add support for Epson Perfection 3200 USB scanner

wilko at FreeBSD.org wilko at FreeBSD.org
Wed Feb 18 14:40:27 PST 2004


>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:


More information about the freebsd-bugs mailing list