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:
flz 2006-10-07 18:09:27 +00:00
parent 4be9e0e86e
commit c04301e6e1
3 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,8 @@ Epson Perfection 3500
.It .It
Epson Perfection 3590 Epson Perfection 3590
.It .It
Epson Perfection 4200
.It
Epson Perfection 4990 Epson Perfection 4990
.It .It
Epson GT-8400UF 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 4990 0x012a Perfection 4990 Photo scanner
product EPSON 3500 0x080e CX-3500/3600/3650 MFP product EPSON 3500 0x080e CX-3500/3600/3650 MFP
product EPSON RX425 0x080f Stylus Photo RX425 scanner product EPSON RX425 0x080f Stylus Photo RX425 scanner
product EPSON 4200 0x0820 CX4200 MP scanner
/* e-TEK Labs products */ /* e-TEK Labs products */
product ETEK 1COM 0x8007 Serial 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_2480 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3500 }, USC_KEEP_OPEN }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3500 }, USC_KEEP_OPEN },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3590 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3590 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4200 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_4990 }, 0 },
/* UMAX */ /* UMAX */