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:
parent
4be9e0e86e
commit
c04301e6e1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user