kern/112392: Make Epson Perfection 3490 recognized

Harald Schmalzbauer h.schmalzbauer at omnisec.de
Thu May 3 21:00:19 UTC 2007


The following reply was made to PR kern/112392; it has been noted by GNATS.

From: Harald Schmalzbauer <h.schmalzbauer at omnisec.de>
To: FreeBSD-gnats-submit at freebsd.org, freebsd-bugs at freebsd.org
Cc:  
Subject: Re: kern/112392: Make Epson Perfection 3490 recognized
Date: Thu, 3 May 2007 22:33:05 +0200

 --Boundary-00=_BckOGb2Sr9SuVj0
 Content-Type: text/plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Please find attached the diff.
 
 -Harry
 
 --Boundary-00=_BckOGb2Sr9SuVj0
 Content-Type: text/x-diff;
   charset="iso-8859-15";
   name="epson3490.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="epson3490.diff"
 
 --- sys/dev/usb/usbdevs.orig	Tue Nov 14 12:54:38 2006
 +++ sys/dev/usb/usbdevs	Sat Dec  2 17:43:02 2006
 @@ -892,6 +892,7 @@
  product EPSON GT9700F		0x0112	GT-9700F scanner
  product EPSON GT9300UF		0x011b	GT-9300UF scanner
  product EPSON 3200		0x011c	Perfection 3200 scanner
 +product EPSON 3490		0x0122	Perfection 3490 scanner
  product EPSON 1260		0x011d	Perfection 1260 scanner
  product EPSON 1660		0x011e	Perfection 1660 scanner
  product EPSON 1670		0x011f	Perfection 1670 scanner
 --- sys/dev/usb/uscanner.c.orig	Tue Nov 14 12:54:38 2006
 +++ sys/dev/usb/uscanner.c	Sat Dec  2 17:43:02 2006
 @@ -210,6 +210,7 @@
   {{ 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 },
 + {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3490 }, 0 },
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
   {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_2480 }, 0 },
 
 --Boundary-00=_BckOGb2Sr9SuVj0--


More information about the freebsd-bugs mailing list