- Add support for Epson USB Scanners (3590 [1] and 4990 [2]).

- Add entries in the uscanner.4 man page (along with missing 3500).

PR:		usb/100957 [1], usb/100992 [2]
Submitted by:	Jim Teresco <terescoj@teresco.org> [1],
		Walter C. Pelissero <walter.pelissero@iesy.net> [2]
MFC after:	3 days
This commit is contained in:
Florent Thoumie 2006-10-07 16:00:59 +00:00
parent 639b2c8e5a
commit da9b42184b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163084
3 changed files with 11 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 8, 2006
.Dd October 7, 2006
.Dt USCANNER 4
.Os
.Sh NAME
@ -138,6 +138,12 @@ Epson Perfection 2480
.It
Epson Perfection 3200
.It
Epson Perfection 3500
.It
Epson Perfection 3590
.It
Epson Perfection 4990
.It
Epson GT-8400UF
.It
Epson GT-9300UF

View File

@ -890,6 +890,8 @@ product EPSON 1660 0x011e Perfection 1660 scanner
product EPSON 1670 0x011f Perfection 1670 scanner
product EPSON 1270 0x0120 Perfection 1270 scanner
product EPSON 2480 0x0121 Perfection 2480 scanner
product EPSON 3590 0x0122 Perfection 3590 scanner
product EPSON 4990 0x012a Perfection 4990 Photo scanner
product EPSON 3500 0x080e CX-3500/3600/3650 MFP
product EPSON RX425 0x080f Stylus Photo RX425 scanner

View File

@ -214,6 +214,8 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_2480 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3500 }, USC_KEEP_OPEN },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3590 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 },
/* UMAX */
{{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 },