Date: Thu, 3 May 2007 22:33:05 +0200 From: Harald Schmalzbauer <h.schmalzbauer@omnisec.de> To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: kern/112392: Make Epson Perfection 3490 recognized Message-ID: <200705032233.05702.h.schmalzbauer@omnisec.de> In-Reply-To: <200705032030.l43KU3bN030669@freefall.freebsd.org> References: <200705032030.l43KU3bN030669@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Please find attached the diff.
-Harry
[-- Attachment #2 --]
--- 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 },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705032233.05702.h.schmalzbauer>
