1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add support for Epson Stylus CX4200 in uscanner(4).

PR:		usb/102851
Submitted by:	Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after:	3 days
This commit is contained in:
Florent Thoumie 2006-10-07 18:09:27 +00:00
parent cfa3f4d8ab
commit 774b7afefb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163095
3 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,8 @@ Epson Perfection 3500
.It
Epson Perfection 3590
.It
Epson Perfection 4200
.It
Epson Perfection 4990
.It
Epson GT-8400UF

View File

@ -896,6 +896,7 @@ 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
product EPSON 4200 0x0820 CX4200 MP scanner
/* e-TEK Labs products */
product ETEK 1COM 0x8007 Serial

View File

@ -215,6 +215,7 @@ static const struct uscan_info uscanner_devs[] = {
{{ 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_4200 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 },
/* UMAX */